User: bosox99

  • Public profile

User profile: bosox99

User info
User name:bosox99
History
Joined:
Number of posts:21
Latest posts:

Declaring Global Variables and/or Workaround
oh, you can do that? Interesting, I will investigate. (New to C++)

Declaring Global Variables and/or Workaround
Okay, what if I need to return a string? [code] void getName(){ string name; cin << name; return n...

Declaring Global Variables and/or Workaround
Yes, 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 Workaround
I'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