Archive of articles classified as' "Programming"

Back home

More Reading in the Book: C++ Arrays

13/11/2010

Today the “Book” asked me to create a program that would take a persons name sepparated into three arrays and merge them in the forth array.  They call it concatenating strings to form one.  The lesson was pretty strait forward, however, they expected me to set the strings within the code.  I understood the simplicity behind it, but that counters the thoughts of programming in my eyes.  I figured there was suppose to be some form of reusability, and they would try to teach that from the beginning.  Anyhow, I created, altered it so that it would ask the user to input their name, and then it merges them together.  I am beginning to understand a little more, and the process of creating small programs is starting to become more simple.

No Comments