Re: Cocoa version of the fstream lib?
Re: Cocoa version of the fstream lib?
- Subject: Re: Cocoa version of the fstream lib?
- From: Jeremyah Payne <email@hidden>
- Date: Fri, 6 Feb 2004 08:44:11 -0600
I guess i should have said instead of data, an int x, a char let, and
some floats etc.
in other words one element at a time.
On Feb 6, 2004, at 7:32 AM, Christopher Pavicich wrote:
NSData *myData = [NSData
dataWithContentsOfFile:@"/my/file/name/here.txt"];
?
On Feb 6, 2004, at 8:10, Jeremyah Payne wrote:
How would i do something like
ifstream fin;
fin.open("somefile.txt");
fin>>data;
fin.close();
Im getting tired of trying to use OBJC++ and other combos, so i guess
i have to learn now.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.