11.07.2015 Views

tYSR20

tYSR20

tYSR20

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 18: Copying the Copy Copy Copy Constructor 241// copy constructorStudent(Student& s){strcpy(name, “Copy of “);strcat(name, s.name);id = s.id;cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!