using arrays and copy constructorsTHANKS SO MUCH!, your print advice really helped me out. Before I didn't realize what I was printin...
using arrays and copy constructorssure. Well I'll start with my header file: class student{ double gpa; char* name; public: stude...
using arrays and copy constructorsI made my own string copy function with the source being first and the dest being second, so I know ...
using arrays and copy constructorswell I have a class of type student. Each student has two data members: a name ( char pointer ) and ...
declaring if statementsah thanks that helped, but now i face another dilemma: i created an if statement saying that if no k...
This user does not accept Private Messages