Thread: fopen
View Single Post
Old Feb 29th, 2008, 12:40 AM   #3
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 598
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: fopen

fopen() is intended for C, not C++, although it can be used in c++ but there are a lot easier ways to do it. Take Infinite's advice and use fstream object.

Here is one of several tutorials
__________________
<<Freelance Programmer>> << Hobby Site>>
Ancient Dragon is offline   Reply With Quote