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 SignaturesFeedback to finish my program: 1. Once you assign the pointer addresses to the pointers, use them t...
Pointer & Loop trouble for final assignmentFirst off 22-28, creating the pointers and using them with the "Customer" class I created to save in...