Message-ID: <370E3081.BCE89EAB@ox.ios.ac.cn> Date: Sat, 10 Apr 1999 00:53:21 +0800 From: Yang X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: std library Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I find that the std of library of djgpp is different with MSVC or the ANSI standard in which the stream classes is implemented as template, and all the library is under namespace std. I have written some lines of code using the template IO stream class before, How to port them to djgpp? Yang Haihua