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 27: Tempting C++ Templates 357public:Name(char* n = “”) : name(n) {}string display() { return name; }protected:string name;};void nameFn(){// create a vectorTemplateVector names(10);// add values to the vectorcout

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

Saved successfully!

Ooh no, something went wrong!