Hello
my Vc++6.0 program is generating many errors of follwing type
error LNK2001: unresolved external symbol "__declspec(dllimport)
public: __thiscall std::basic_ifstream<char,struct
std::char_traits<char> >::basic_ifstream<char,struct
std::char_traits<char> >(void)" (__imp_??0?$basic_ifstream@DU?$ch
ar_traits@D@std@@@std@@QAE@XZ)
For file ip/op, i have included
#include <fstream>
using namespace std;
thanks in advance