Full Version: C++ Quick Reference Sheet (Cheat Sheet)
Dream.In.Code > Programming Tutorials > C++ Tutorials
skyhawk133
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!
IPB Image
Download & Print the C++ Reference Sheet (900k, PDF)


IPB Image
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!
Louisda16th
Cool!! Pretty neat. R u guys gonna make these 4 other languages also? smile.gif
MarkoDaGeek
That's the plan, Other languages will be released soon.
Jayman
Looks fantanstic, very well done and bravo on the overall design.
SPlutard
I gave it 5 stars. Is that a conflict of interest? cool.gif
skyhawk133
Glad you guys like it! I can't wait to get the Java and other languages done!!!
genius3e8
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
good stuff.. hopes a VB.net one gets released soon rolleyes.gif
amos
In the Common Headers section should it not read cmath rather than math?

Cheers
Amos
browngod2002
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">
IPB Image<br>Download & Print the C++ Reference Sheet (900k, PDF)<br><br>
IPB Image
</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
thanx for this file biggrin.gif
Sepehrco
Very good wub.gif
101

Thanks.it was great
It would be more useful if there was sheets like this about the complete list of headers in c++ smile.gif
ajaymatrix
hey some problem in downloading..
its showing pdf is corrupt.
somebody pls check...
k.sangeeth
not that great ... could have been a bit more elaborative
Gargantua
Wow, thanks a lot. smile.gif
PsychoCoder
QUOTE(Traviz @ 14 Aug, 2006 - 03:38 PM) *

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


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_
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
You're very welcome, glad you've found them helpful!!
captainhampton
Thanks for the file! It will certainly come in handy as a quick reference guide!
Lt_Kernel
can u also add tcl/tk for learning
rolleyes.gif
compufatwa
thanks fort his sheet icon_up.gif
intekhab_c++
QUOTE(Sepehrco @ 15 Apr, 2007 - 07:04 AM) *

Very good wub.gif

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
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
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 wink2.gif
darsryan
That was very helpfull thanks alot, would be great if there were more pages like this posted up in future, Cheers
Tennison
thanks man.
confuzius
Seriously - excellent work! Looks great and keeps all the info in one place. Thanks.
s269999
biggrin.gif goooooooooooooood
thanks.
undertaker17
that is great stuff..thanks very much...
SteeLx
thanx icon_up.gif for the gr8 help
dutchharp
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
Wow, thanks! This will be very handy. Well designed too!
nitin_c_c++
It is OK, It should have included more details.


Nitin
frost20
nice thanks !!
coaster3000
does this show every function in C++ if it does then that is not a lot of functions seriously Thanks for the help biggrin.gif
egile
Thank you very much. I can really use this. egile biggrin.gif
programmingIsFun
wow nice! very usefull thanks biggrin.gif
Psionics
Very Useful! 5/5
geeknix
great!
codesrock
this is great ref sheet. u did nice job...

If u can make ref sheet specific to pointers.
like covering simple ptr, ptr to 2Darray, 3D array, passing array to func.
func ptr, ptr passing to func.

that would be gr8..thx..
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.