hey guys
i wrote this code and i am gettng this error: fatal error LNK1120 : 1 unresolved externals
this is part of the code, this is where the problem is
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
return true;
}
i dont know what is this error i cant interpret its meaning, i am also getting another error which is :
Error 1 error LNK2019: unresolved external symbol "bool __cdecl readSurveyFile(class std::basic_ifstream<char,struct std::char_traits<char> > &)" (?readSurveyFile@@YA_NAAV?$basic_ifstream@DU?$char_traits@D@std@@@std@@@Z) referenced in function _main problem 1 second attempt.obj
please help me figure it out. thank you in advance