User profile: PRW56

User info
User name:PRW56
History
Joined:
Number of posts:23
Latest posts:

static variables declared multiple times
Thank you, but I still don't understand why the book I am learning from was able to both declare and...

static variables declared multiple times
Hello. Every time I try to compile this it tells me that all of the static members in the Numbers cl...

Why are included files passed down
Thanks for the replies, that makes sense, I am used to having to copy over import or using statement...

Why are included files passed down
This is a very basic thing that I am just wondering about. When I #inlcude "string.h" in my header f...

Odd,Even and Factors
I think you might could do it in one for loop if you change line 11 to: cout<< x <<" is an "<<((x...