User profile: BrewGoggles

User info
User name:BrewGoggles
History
Joined:
Number of posts:5
Latest posts:

How to share info between two functions without using global
@AbstractionAnon. Thank you all for the help, and thank you for telling me how to properly send o...

Scientific notation still not being fixed
@Peter87 I appreciate the help, though I'm not seeing how I would apply this since the numbers ...

Scientific notation still not being fixed
Alright. This one is better explained when seen. Code: **************************...

c++ program is not working
As alonso12 stated, you can name name a function and a variable by the same name. I'd suggest you si...

How to share info between two functions without using global
#include <iostream> using namespace std; void first(), second(), third(); int main() { first(int a...