Jump to content

A list of C++

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Phoenixz

Phoenixz

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 256 posts
I would like to find a list of C++ functions with a description of what they do (or just the essential ones), I am sure it'd exist somewhere would anyone perhaps know where to look?

I intend on writing it all down and reading it more at college on my long breaks when i'm bored/lonely. ^^

Thanks in advance,
Phoenixz
Posted Image

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Most of the C++ functions are methods for classes. For example, the container classes have various types of iterators that can be created, which have various valid operators, etc. The C++ Standard Library is devoted to describing all of them and is about the same size as The C++ Programming Language, 3rd Edition
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Phoenixz

Phoenixz

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 256 posts
Ann Update: I also found All C Functions [C++ Reference] which is a complete (or so it says) list of C functions. Gonna use this first. ^^
Posted Image

#4
jwxie518

jwxie518

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,180 posts
I totoally forgot Google offers some free ebook @ google