Declaring Global Variables and/or Workaroundoh, you can do that? Interesting, I will investigate. (New to C++)
Declaring Global Variables and/or WorkaroundOkay, what if I need to return a string? [code] void getName(){ string name; cin << name; return n...
Declaring Global Variables and/or WorkaroundYes, this is an excellent idea. But in case I need to test something, how do you make a global varia...
Declaring Global Variables and/or WorkaroundI'm using Code::Blocks and the GNU compiler, and I have a multi-file program. I have multiple functi...
Classes across multiple files.Aha! I got it, thanks for the help.
This user does not accept Private Messages