User profile: Chris2424

User info
User name:Chris2424
History
Joined:
Number of posts:10
Latest posts:

LNK2019 Errors???
Is that only with Int variables? Since I'm using 'string' does the definition still apply the same ...

LNK2019 Errors???
Now I'm getting a whole bunch of errors in my .h file... I am so lost at this point. C2535 error on...

LNK2019 Errors???
Cannot figure out why program has these errors. [code] #include <iostream> #include <string> #inclu...

Pointers & Function Signatures
Feedback to finish my program: 1. Once you assign the pointer addresses to the pointers, use them t...

Pointer & Loop trouble for final assignment
First off 22-28, creating the pointers and using them with the "Customer" class I created to save in...