User: nogoodatall

  • Public profile

User profile: nogoodatall

User info
User name:nogoodatall
History
Joined:
Number of posts:9
Latest posts:

Code Help!!!
Easy fix, you almost had it correct. Comments where I changed the code. [code] #include<iostream>...

Hey how do I do this...
Instead of using setprecision, you should use type casting. Basically what static_cast<int> says is...

I NEED HELP IM NEW AND A BEGINNER
Wow, that is a lot of coding, the easier way to do it is - [code] int days = 0; // it was declare...

HELP void function
[code] void deposits (double depositamount, double& balance) } // this needs to be an opening b...

Don't understand this code.
P1 and P2 are equal to the address of the first and second values. they are not equal to the va...

This user does not accept Private Messages