From: p_riantono AT hotmail DOT com (pandu) Newsgroups: comp.os.msdos.djgpp Subject: turbo c++ vs djgpp Date: 29 Jul 2002 09:12:26 -0700 Organization: http://groups.google.com/ Lines: 12 Message-ID: <54527c66.0207290812.11eba9ab@posting.google.com> NNTP-Posting-Host: 64.110.103.132 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1027959146 21304 127.0.0.1 (29 Jul 2002 16:12:26 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 29 Jul 2002 16:12:26 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dear Friends, I found some problems in using functions/methods of iostream.h and fstream.h . I have written a program in Turbo C++, and when it was compiled (by DJGPP) , there were some error massages that concerned stream (like cout, cin, fout,fin, etc). Would you tell me how to solve these problems ? If we operate a big multidimensional array, is it necessary to use a pointer and memory allocation (malloc or calloc) ? Are there any other ' differences' between Turbo C++ and DJGPP ? Thanx !