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
Read data file
Read data file
Nov 22, 2014 at 12:00pm UTC
yoga79
(2)
Hallo all..
I am a beginner in C++ program...I want to ask you, if i have a data,how to write the code for read this data? Can you give me an example for that.. Thank you..
Nov 24, 2014 at 11:10pm UTC
tcs
(519)
Maybe you want to have a look at
http://www.cplusplus.com/reference/iolibrary/.
Have a look there for input streams and especially for
operator>>
at
http://www.cplusplus.com/reference/istream/istream/operator%3E%3E/.
Topic archived. No new replies allowed.