Declarations O_O ????????
Okay, my had has been spinning on how to declare each specific so can someone help me out here? I can't find an eBook on it and can't afford an actual book. =(
I know the following...
*(int*) ( RandomThing ) = 7;
*(float*) ( RandomThing2 ) = 0.0f
*(long*) ( RandomThing3 ) = 9999999;
*(double*) ( RandomThing4 ) = 4113;
*(bool*) ( RandomThing5 ) = true;
Correct any if wrong, and please post any further ones. Specifically strings at the moment, I really am having a hard time with string declaration. =( Also, can someone give me some quick definitions on the following things.
#include
#define
void
public
private
float
double
long
bool
for
return
I would really appreciate a short definition of each of those with a quick example on how to use them. ( I know some of the basics about these items I just want to know more is all. =P Knowledge is epic.)
Also, if anyone could tell me how to close one form, and open another in Visual Studio 2010 Proffessional C++ it would be greatly appreciated. Much thanks to whoever can help me out.
I know the following...
*(int*) ( RandomThing ) = 7;
*(float*) ( RandomThing2 ) = 0.0f
*(long*) ( RandomThing3 ) = 9999999;
*(double*) ( RandomThing4 ) = 4113;
*(bool*) ( RandomThing5 ) = true;
Correct any if wrong, and please post any further ones. Specifically strings at the moment, I really am having a hard time with string declaration. =( Also, can someone give me some quick definitions on the following things.
#include
#define
void
public
private
float
double
long
bool
for
return
I would really appreciate a short definition of each of those with a quick example on how to use them. ( I know some of the basics about these items I just want to know more is all. =P Knowledge is epic.)
Also, if anyone could tell me how to close one form, and open another in Visual Studio 2010 Proffessional C++ it would be greatly appreciated. Much thanks to whoever can help me out.
.