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 10: Debugging C++ 149// create two strings of equal length...char szString1[16];strncpy(szString1, “This is a string”, 16);char szString2[16];strncpy(szString2, “THIS IS A STRING”, 16);// ...now string them togetherstringEmUp(szStrBuffer,szString1,szString2,16);// output the resultcout

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

Saved successfully!

Ooh no, something went wrong!