Thread
:
How to open the output file?
View Single Post
xpi0t0s
Mentor
9Mar2009,18:49
Code:
ofstream a_file ( "example.txt" );
Try specifying the location.