Nevermind!
From: Joec (joec_at_annuna.com)
Date: 12/22/03
- Next message: HeLLing: "Hello I am new"
- Previous message: Artie Gold: "Re: <list> and char * manipulation problem."
- In reply to: Joec: "Re: RW files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 22 Dec 2003 04:26:04 GMT
Joec wrote:
>
>
> Joec wrote:
>
>> I am trying to write functions to read and write to files along the
>> lines of this header. How do I do it or where can I find out about
>> how files work in C++.
>>
>> istream& read(istream& in, names& inf)
>>
> I got the writing I think, but reading the file form a header like this
> and change cin to writing from files:
>
> while(read(cin, lst)){
> vec.push_back(lst);
> }
>
Nevermind!
Check out my programs I posted at www.annuna.com/perl5
- Next message: HeLLing: "Hello I am new"
- Previous message: Artie Gold: "Re: <list> and char * manipulation problem."
- In reply to: Joec: "Re: RW files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|