Quik noob question. Suppose I want to have my program out put a file called "Scores.txt" to the desktop what would the syntax be for doing that.
I have the ofstream out_stream;
but what would i put here -> out_stream.open ( "Scores.txt"); to get it to the desktop? As of right now it just writes it to the project dirictory. but i need it to go to the desktop.
thx
ben



LinkBack URL
About LinkBacks


