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.
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

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