Cocoa version of the fstream lib?
Cocoa version of the fstream lib?
- Subject: Cocoa version of the fstream lib?
- From: Jeremyah Payne <email@hidden>
- Date: Fri, 6 Feb 2004 07:10:12 -0600
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.