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

  • Thread starter Thread starter Deeeeee
  • Start date Start date
  • Tags Tags
    C++
AI Thread Summary
A user is seeking a comprehensive C++ reference sheet to assist with homework, specifically looking for help with formatting logic and understanding functions while using CodeBlock 10.5. In response, a suggestion is made to check out the C++ reference at cplusplus.com, which covers various STL classes. The user clarifies the need for a syntax cheat sheet with descriptions. Another participant advises that creating a personalized crib sheet using examples from textbooks or other resources is the most effective approach. The user agrees to this suggestion.
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.
 
Technology 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.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...

Similar threads

Replies
40
Views
3K
Replies
39
Views
4K
Replies
2
Views
4K
Replies
34
Views
4K
Replies
70
Views
5K
Replies
31
Views
3K
Back
Top