how do i create and save a data file in a folder of my choice in C++ program?
From stackoverflow
-
See this for an example of what you are asking: Input/Output with files
-
This should help guide you in the right direction. http://www.codersource.net/c/c-tutorial-on-file-operations/c-file-i-o.aspx
Lajnold : That page uses outdated (pre-standard) ways of doing stuff, and is not very exhaustive regarding the important basics. So I would not recommend it. The cplusplus.com page that @casablanca posted looks better.
0 comments:
Post a Comment