File I/o Tutorial write a file - C++ Please
How do you write information to a file?
For example, you get the user to input information:
string name;
cout<"enter>"enter>
cin>>name;
int age;
cin>>age;
string color;
cout<"enter your="" favorite="">"enter>
cin>>color;
How do I get the information above into a file text?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here