C++ School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a C++ Expert!

Join 307,213 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,554 people online right now. Registration is fast and FREE... Join Now!




C++ Quick Reference Sheet (Cheat Sheet)

4 Pages V < 1 2 3 4 >  
Reply to this topicStart new topic

> C++ Quick Reference Sheet (Cheat Sheet)

Rating  4
Lt_Kernel
*



post 26 Oct, 2007 - 01:25 PM
Post #21
can u also add tcl/tk for learning
rolleyes.gif
Go to the top of the page
+Quote Post

compufatwa
*



post 21 Nov, 2007 - 07:11 AM
Post #22
thanks fort his sheet icon_up.gif
Go to the top of the page
+Quote Post

intekhab_c++
*



post 27 Nov, 2007 - 02:29 AM
Post #23
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 !!!!!!
Go to the top of the page
+Quote Post

jjhaag
Group Icon



post 27 Nov, 2007 - 08:05 PM
Post #24
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.
Go to the top of the page
+Quote Post

dscroley
*



post 15 Dec, 2007 - 09:07 AM
Post #25
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
Go to the top of the page
+Quote Post

darsryan
*



post 17 Jan, 2008 - 10:40 AM
Post #26
That was very helpfull thanks alot, would be great if there were more pages like this posted up in future, Cheers
Go to the top of the page
+Quote Post

Tennison
*



post 3 Mar, 2008 - 08:25 AM
Post #27
thanks man.
Go to the top of the page
+Quote Post

confuzius
*



post 13 Mar, 2008 - 05:41 PM
Post #28
Seriously - excellent work! Looks great and keeps all the info in one place. Thanks.
Go to the top of the page
+Quote Post

s269999
*



post 5 Apr, 2008 - 10:44 AM
Post #29
biggrin.gif goooooooooooooood
thanks.
Go to the top of the page
+Quote Post

undertaker17
*



post 16 Apr, 2008 - 12:42 AM
Post #30
that is great stuff..thanks very much...
Go to the top of the page
+Quote Post

SteeLx
*



post 17 Apr, 2008 - 02:00 AM
Post #31
thanx icon_up.gif for the gr8 help
Go to the top of the page
+Quote Post

dutchharp
*



post 21 Apr, 2008 - 01:46 PM
Post #32
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.
Go to the top of the page
+Quote Post

Pad0
*



post 19 Jun, 2008 - 05:57 PM
Post #33
Wow, thanks! This will be very handy. Well designed too!
Go to the top of the page
+Quote Post

nitin_c_c++
Group Icon



post 23 Jun, 2008 - 11:33 PM
Post #34
It is OK, It should have included more details.


Nitin
Go to the top of the page
+Quote Post

frost20
*



post 16 Aug, 2008 - 01:42 AM
Post #35
nice thanks !!
Go to the top of the page
+Quote Post

coaster3000
Group Icon



post 2 Sep, 2008 - 10:20 AM
Post #36
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
Go to the top of the page
+Quote Post

egile
*



post 13 Sep, 2008 - 05:20 PM
Post #37
Thank you very much. I can really use this. egile biggrin.gif
Go to the top of the page
+Quote Post

programmingIsFun
*



post 13 Sep, 2008 - 07:08 PM
Post #38
wow nice! very usefull thanks biggrin.gif
Go to the top of the page
+Quote Post

Psionics
Group Icon



post 17 Sep, 2008 - 12:43 AM
Post #39
Very Useful! 5/5
Go to the top of the page
+Quote Post

geeknix
*



post 14 Oct, 2008 - 12:12 PM
Post #40
great!
Go to the top of the page
+Quote Post


4 Pages V < 1 2 3 4 >
Reply to this topicStart new topic
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 11/21/09 09:53PM

Live C++ Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month