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
get integer?
get integer?
Apr 26, 2009 at 5:45am UTC
Seraphimsan
(954)
for file I/O is there a get() like function for pulling an integer from a file?
Apr 26, 2009 at 6:10am UTC
kevinchkin
(450)
I think you need fscanf() for doing that
Apr 26, 2009 at 6:42am UTC
Seraphimsan
(954)
Ok, thanks.
By the way, just a side note, 3 days no sleep, plus 12 hour coding shifts = brain failure
Apr 26, 2009 at 7:23am UTC
kevinchkin
(450)
ha ha ha .... Happens dude !
Apr 26, 2009 at 6:15pm UTC
pacemaker
(8)
Yeah i am looking for the same thing. I need to read in doubles from a text file that contains only DOUBLES seperated by spaces. I don't know which string function to use.
Apr 26, 2009 at 8:19pm UTC
Bazzy
(6281)
>> operator if you are using file streams
Topic archived. No new replies allowed.