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
.......
.......
Mar 26, 2011 at 11:16am UTC
ooo1Adrian1ooo
(7)
..................
Last edited on
Mar 31, 2011 at 4:12pm UTC
Mar 26, 2011 at 12:09pm UTC
hamsterman
(4538)
So which one you don't know:
open a file, read some floats, square them, Open another file, write them ?
Mar 26, 2011 at 12:10pm UTC
Mathes
(107)
ok, you may read these:
reading a file
http://cplusplus.com/reference/iostream/ifstream/
writing to a file
http://cplusplus.com/reference/iostream/ofstream/
and the filename, that is given via command line, will be stored in
argv[1]
, if argc >= 2.
Topic archived. No new replies allowed.