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 arrayhere is the way I would do it. There are probably much better/efficient ways, but I am still a begi...
work with text filehttp://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 showinghere is a link to setprecision which should help: http://www.cplusplus.com/reference/iostream/manip...