CPPForSchool.com: String Set 1 Assignment 1
1.
Write a program to find the length of string.
This assignment was a lot of fun. I was able to code it rather quickly. It was quite interesting to utilize "cin.getline". It will take getting use to using cin without an immediate set of "<<", but I am sure it comes with the territory. Below is my source, output, and the sample source/output.
This assignment was a lot of fun. I was able to code it rather quickly. It was quite interesting to utilize "cin.getline". It will take getting use to using cin without an immediate set of "<<", but I am sure it comes with the territory. Below is my source, output, and the sample source/output.
Comments
Post a Comment