cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
I'm looking for a piece of code that can
I'm looking for a piece of code that can...
Dec 10, 2014 at 11:08pm UTC
jasonwynn10
(412)
I'm looking for a piece of code that can do this:
getline(
'\n'
,myfile,string,
' '
);
I want it to read the file, drop down a line, put the word in a string, and move a space after the word so it can read the next word
Last edited on
Dec 11, 2014 at 1:51am UTC
Dec 10, 2014 at 11:12pm UTC
PCrumley48
(173)
Pretty vague request there. . .is this a function call? If so, what is the function supposed to do?
Topic archived. No new replies allowed.