skyhawk133
9 Aug, 2006 - 04:58 PM
C++ Quick Reference Sheet (Cheat Sheet)
Download and print the C++ Quick Reference Sheet for FREE! Our members have put together this great resource for beginner and expert programmers. Please download and print the PDF below. Our quick reference sheets include syntax and information for commonly used tasks, syntax, and more!
Louisda16th
9 Aug, 2006 - 09:23 PM
Cool!! Pretty neat. R u guys gonna make these 4 other languages also?
MarkoDaGeek
9 Aug, 2006 - 10:07 PM
That's the plan, Other languages will be released soon.
jayman9
9 Aug, 2006 - 11:28 PM
Looks fantanstic, very well done and bravo on the overall design.
SPlutard
9 Aug, 2006 - 11:40 PM
I gave it 5 stars. Is that a conflict of interest?
skyhawk133
10 Aug, 2006 - 08:33 AM
Glad you guys like it! I can't wait to get the Java and other languages done!!!
genius3e8
11 Aug, 2006 - 10:26 PM
These are great. They look as professional as some I have seen with high prices on them. The layout is wonderful and easy to manage. I have to say that C++ is not my preferred language because of the difficulty of finding information on the methods and rules, but this helps a lot. Thanks!
Traviz
14 Aug, 2006 - 03:38 PM
good stuff.. hopes a VB.net one gets released soon
amos
9 Sep, 2006 - 06:10 AM
In the Common Headers section should it not read cmath rather than math?
Cheers
Amos
browngod2002
16 Sep, 2006 - 04:06 PM
thanks this will come in handy are you gonna add more cheats like this? I would like to see one for C
QUOTE(skyhawk133 @ 9 Aug, 2006 - 04:58 PM)

C++ Quick Reference Sheet (Cheat Sheet)<br><br>
Download and print the </dream.in.code> C++ Quick Reference Sheet for FREE! Our members have put together this great resource for beginner and expert programmers. Please download and print the PDF below. Our quick reference sheets include syntax and information for commonly used tasks, syntax, and more!
<table>
<tr>
<td nowrap valign="top" align="center">
<br>Download & Print the C++ Reference Sheet (900k, PDF)<br><br>

</td>
<td nowrap width="100%" valign="top">
C++ Quick Reference Sheet Includes:- Headers
- Namespace
- Data Types
- Comments
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Pointers
- If/Else Statements
- For Loops
- While Loops
- Do While Loops
- Switch Statements
- Arrays
- I/O Operators
- File I/O
- File Mode Constants
- Function Prototypes
- Class Prototypes
- Structure Prototypes
- Accessing Data Structures
Download All Our Other Reference Sheets!</td>
</tr>
</table>
ALMASDER
27 Dec, 2006 - 02:03 AM
thanx for this file
Sepehrco
15 Apr, 2007 - 07:04 AM
Very good
101
28 Jun, 2007 - 11:01 AM
Thanks.it was great
It would be more useful if there was sheets like this about the complete list of headers in c++
ajaymatrix
6 Jul, 2007 - 10:11 AM
hey some problem in downloading..
its showing pdf is corrupt.
somebody pls check...
k.sangeeth
1 Aug, 2007 - 05:09 AM
not that great ... could have been a bit more elaborative
Gargantua
25 Aug, 2007 - 09:51 PM
Wow, thanks a lot.
PsychoCoder
25 Aug, 2007 - 10:54 PM
QUOTE(Traviz @ 14 Aug, 2006 - 03:38 PM)

good stuff.. hopes a VB.net one gets released soon

Traviz,
I know this post is old, but if you're still around here there is now a VB.Net reference sheet located
here
ian_
29 Sep, 2007 - 06:40 PM
i know that you;ve heard it all before, but i just want to say thanks for this "cheat sheet". i have one for JAVA and one for C++ posted next to my pc at home, and in PDF on my laptop at school. thanks a million!
skyhawk133
29 Sep, 2007 - 08:28 PM
You're very welcome, glad you've found them helpful!!
captainhampton
19 Oct, 2007 - 11:30 AM
Thanks for the file! It will certainly come in handy as a quick reference guide!
Lt_Kernel
26 Oct, 2007 - 02:25 PM
can u also add tcl/tk for learning
compufatwa
21 Nov, 2007 - 08:11 AM
thanks fort his sheet
intekhab_c++
27 Nov, 2007 - 03:29 AM
QUOTE(Sepehrco @ 15 Apr, 2007 - 07:04 AM)

Very good

Hi,
I am a novice to C++ (for that matter in all computer languages). Here I am attempting to create a prog. i.e. multiplication of first 5 integers.
What I did is…
// The prog I wrote //
# include <iostream.h>
void main (void)
{
int i ;
int mul = 0;
int Num [5];
for (i = 0; i <5; i ++)
Num [i] = i + 1;
for (i = 0; i <5; i ++)
mul = Num [i] + i ;
cout << “ Multiplication of first 5 integers is = “mul” \n ;
}
// I don’t have a comp to run this prog at home. So please tell me what result I shud expect from the above prog also the correct prog for the same // f1 f1 f1 f1 !!!!!!
jjhaag
27 Nov, 2007 - 09:05 PM
You should expect a compiler error, then an incorrect result once you've fixed that.
Please post in the correct forum - this should not be in the comments of the C++ tutorials section, it should be it's own topic in the C/C++ forum. Compile your code before you post it, and at least make an attempt at fixing the errors. If you don't have access to a computer at home, wait til you're somewhere where you CAN compile it before posting. i believe that there are several compiler/IDE combinations that can be run from a thumbdrive without an installation. If you can't get a compiler/IDE installed on the computers you have available, you might be able to find an online compiler.
dscroley
15 Dec, 2007 - 10:07 AM
Thanks for the all the great reference materials. I am a very green grenenhorn and these reference sheets will help me out a lot in the future as soon as I know what I am reading. I am trying to learn these things on my own without going to school. I am currently taking computer aided drafting at college right now though.
Thanks,
dscroley
darsryan
17 Jan, 2008 - 11:40 AM
That was very helpfull thanks alot, would be great if there were more pages like this posted up in future, Cheers
Tennison
3 Mar, 2008 - 09:25 AM
thanks man.
confuzius
13 Mar, 2008 - 06:41 PM
Seriously - excellent work! Looks great and keeps all the info in one place. Thanks.
s269999
5 Apr, 2008 - 11:44 AM

goooooooooooooood
thanks.
undertaker17
16 Apr, 2008 - 01:42 AM
that is great stuff..thanks very much...
SteeLx
17 Apr, 2008 - 03:00 AM
thanx

for the gr8 help
dutchharp
21 Apr, 2008 - 02:46 PM
Thanks soooo much!! The book we have for my C++ class is terrible. I have been very frustrated for most of the semester with this class. I wish I would have found this sooner! Thanks so much again.
Pad0
19 Jun, 2008 - 06:57 PM
Wow, thanks! This will be very handy. Well designed too!
nitin_c_c++
24 Jun, 2008 - 12:33 AM
It is OK, It should have included more details.
Nitin
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.