Can someone tell me how to bring in a file on visual studio 2010.
meaning like a code to bring the numbers from a file and then close it then write it in that file.
thank you
Printable View
Can someone tell me how to bring in a file on visual studio 2010.
meaning like a code to bring the numbers from a file and then close it then write it in that file.
thank you
Are you using C or C++?
If you are using C, take a look at the functions provided by the cstdio library. If you're using C++, it's the iostream library you're after.