User profile: BettyBoopTS

User info
User name:BettyBoopTS
Name:Wendy D
Location:Orlando, Fl
History
Joined:
Number of posts:195
Latest posts:

My program wont let me put in an input! any sugg?
this change will allow your program to recieve a string. ***EDITED*** [code] string string;...

Character array
here is the way I would do it. There are probably much better/efficient ways, but I am still a begi...

work with text file
http://www.cplusplus.com/forum/beginner/15383/

random numbers??
[code] #include <iostream> #include <time.h> using namespace std; int main() { int a; c...

Rounding off the number (money) and showing
here is a link to setprecision which should help: http://www.cplusplus.com/reference/iostream/manip...