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

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
 
J

John Sun

Did you include "stdafx.h" in the file if you choose to use
Pre-compiled header..

John Sun
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top