|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
right now im learning c++ and i havent read anywhere anything about using making a program that has recallable data. How would you store the information put in by the user into a seperate file that can be called upon at the beginning of the program for easy recollection?
|
|
#2
|
|||
|
|||
|
isnīt "streaming" one of the basic concepts of c++?
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
|||
|
|||
|
Quote:
Yes and no. In my book, you learn about cin right off the bat and encounter the term stream, but it's not until 700 pages later that you learn about file input/output. Snowblast14, You'll learn about file input/output later I presume. Basically, you need to know about classes and functions first. Before that, you need to learn what pointers and references are and so forth. Last edited by 7stud : February 13th, 2003 at 09:04 PM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > creating files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|