problem reading ifstream text files with .Net 2003 VC++

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

With .Net 2003 I use :
#include <fstream>
using namespace std;
I have problem using "getline", also a debug wersion does
not compiled, has problem in xdebug:
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\include\xdebug(34) : fatal error C1004: unexpected end of
file found

I cannot understand what is wrong.
Thanks
 
Did you include "stdafx.h" in the file if you choose to use
Pre-compiled header..

John Sun
 
Back
Top