User profile: UrbnCampr02

User info
User name:UrbnCampr02
History
Joined:
Number of posts:53
Latest posts:

A list of objects
I have tried a string.compare and it did not work would there be any other way to achieve what I nee...

A list of objects
I have a list of objects that I need to read information from each object to compare to a user input...

error LNK2019
is it not this: [code]int AccountSearch(int n, string p); { int x = 0; for(; x < NUM_OF_ACCOUN...

error LNK2019
Yes would that be this line: [code] int AccountSearch(int number, string password); [/code] or am ...

error LNK2019
Ok, here is the full error message: error LNK2019: unresolved external symbol "int __cdecl AccountS...