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
user chooses where the file will be cre
user chooses where the file will be created, how can i do that?!
Dec 16, 2008 at 10:43pm UTC
Davids
(1)
i need to create file and put there txt information from massive, but user have possibility to chose where save the file ?
cout<<" Where do you want to save the file ? "<<endl;
cin>>a; (/usr/home )
what should i do?!
Dec 16, 2008 at 11:02pm UTC
Bazzy
(6281)
I think you should read this:
http://www.cplusplus.com/forum/beginner/6416/
Topic archived. No new replies allowed.