Where can I find a comprehensive C++ crib/reference sheet for beginners?

  • Context: C/C++ 
  • Thread starter Thread starter Deeeeee
  • Start date Start date
  • Tags Tags
    C++
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Deeeeee
Messages
3
Reaction score
0
Hi:

does anyone have a link for a C++ crib/reference sheet which includes everything. I'm having hard time with formatting the logic for some of my homework questions and I would like to have a quick reference sheet which explains the functions. I'm using the compiler CodeBlock 10.5 with headers: #include<iostream>, using namespace std;.


Thank You in Advance.
 
Physics news on Phys.org
Hi,

Not exactly sure what you are asking for, but this is a decent reference:

http://www.cplusplus.com/reference/

Assuming you wanted a reference on the various STL classes.


Or did you mean a crib sheet on the syntax of c++?
 
Hi:

I would like a C++ Syntax (Cheat Sheet) with descriptions.

Thank You for your help.
 
The best crib sheet is one that you make up for yourself, using examples from your textbook or other sources.
 
Thanks I decided to do that.