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
Сreate a file
Сreate a file
Aug 29, 2010 at 9:45pm UTC
chipset
(3)
Hello. How to create a file on a given path? So it would ask its name and path.
Aug 29, 2010 at 9:50pm UTC
Bazzy
(6281)
ofstream (
"mypath/myfile"
);
http://www.cplusplus.com/doc/tutorial/files/
Aug 29, 2010 at 9:55pm UTC
chipset
(3)
Thank you. But I can not find exactly how to specify the directory
Aug 29, 2010 at 10:08pm UTC
Bazzy
(6281)
mypath is the directory
Aug 29, 2010 at 10:12pm UTC
chipset
(3)
Thank you for your help.
Topic archived. No new replies allowed.