CPPForSchool.com: String Set 1 Assignment 4

4. Write a program to concatenate one string contents to another.

This assignment was quite puzzling at first.  However, after reviewing the string tutorials, I was able to get things moving in the correct direction.  Below is my source code and output.  I've also included the sample source code and output.













Comments

Popular posts from this blog

CPPForSchool.com: Variable, Operator & Expression Set 1: Assignment 9

CPPForSchool.com: Array - Single Dimension Set 1 Assignment 6

CPPForSchool.com: Variable, Operator & Expression Set 1: Assignment 8