User profile: rhamm5798

User info
User name:rhamm5798
Name:Robert Hamm
Location:Minersvville,Pa - USA
Bio:Just trying to learn C++ so I can write my own software - yeah, including, but not limited to, Game Programming.
History
Joined:
Number of posts:33
Latest posts:

Nest Classes
I am just wondering, when or why would I choose to use [b]nested classes[/b] and why not just use [u...

string Library
then it must be something in my IDE, it give the error " String does not name a type' if I use jus...

string Library
[code]#include<iostream> #include<string> using namespace std; /*********************************** ...

string Library
When I use the library #include<cstring> in my C++ program I do not have any problems with 'stri...

#define
Thank you everyone, the book does speak of using them to create macros ( something I've never done)....