Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~586 People Reached
Favorite Forums
Favorite Tags
c++ x 8
Member Avatar for Maple_Tiger

I keep seeing these two words in Sams teach your self C++. Do they represent the same thing when talking about variables? I beleave that I know what "define" means. State it's type, it's name, and semicolon. However, I see that "declare" is used for, what seems, the same meaning. …

Member Avatar for Maple_Tiger
0
184
Member Avatar for Maple_Tiger

Yes - I'm a noob. :rolleyes: I just wanted to be 100% sure that I understand what a parameter is before I go on lol. [Code] #include <iostream> //header of function? int Add (int x, int y) { using std::cout; //Parameters x and y? cout << "In Add(), received " …

Member Avatar for Dave Sinkula
0
76
Member Avatar for Maple_Tiger

In this book I'm using, Sams Teach your self C++, it says to: Start compiler, choose file, choose Win32 Console Application, choose empty project, choose C++ source file, edit source code, choose build, check that you have know build errors and run the program. Whats the difference betweeen Build and …

Member Avatar for Maple_Tiger
0
172
Member Avatar for Maple_Tiger

Just what it says :rolleyes: Well, I plan on taking programming in September. So, to better prepair myself, I bought Sams teach you'r self C++. After 45minutes of scraching my head, I managed to get the Hellow World exe to work lol. if you guys know a better way for …

Member Avatar for Scribbller
0
154