A list of objectsI have tried a string.compare and it did not work would there be any other way to achieve what I nee...
A list of objectsI have a list of objects that I need to read information from each object to compare to a user input...
error LNK2019is it not this: [code]int AccountSearch(int n, string p); { int x = 0; for(; x < NUM_OF_ACCOUN...
error LNK2019Yes would that be this line: [code] int AccountSearch(int number, string password); [/code] or am ...
error LNK2019Ok, here is the full error message: error LNK2019: unresolved external symbol "int __cdecl AccountS...