cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How do I create a new file?
How do I create a new file?
Aug 10, 2011 at 9:32am UTC
Citis
(19)
I would like to create a new file in my computer via a programme. How can I do it?
Last edited on
Aug 10, 2011 at 9:33am UTC
Aug 10, 2011 at 9:38am UTC
GisleAune
(103)
This is a feature so old and the very question is asked often. Did you even try googling it?
http://www.cplusplus.com/reference/iostream/fstream/
Aug 10, 2011 at 9:39am UTC
hamsterman
(4538)
http://www.cplusplus.com/doc/tutorial/files/
or alternatively, you could use OS specific functions.
Last edited on
Aug 10, 2011 at 9:39am UTC
Topic archived. No new replies allowed.