Need help with ConstructorI figured it out, thanks for the help guys it had to do with the ACTUAL contructor, thought makeArra...
Need help with ConstructorSo now i have the constructor looking like [code]void Student::makeArray() { int size = Student::n...
Need help with ConstructorClass: [code] class Student { private: string name; int id; int *test; int num; void make...
Help with errorsWhat do you mean i can't call main in C++ that is how i always have been doing it.
Help with errorshow would i go about fixing that problem? i figure i have to make it so "i" is in the acceptable ra...
This user does not accept Private Messages