Arrays, Pointers, etc.


Date Converter

This script changes the format of a given data from mm/dd/yy to a full listing of Month, Day and Calendar year.

This program reads in 20 numbers from the user, then outputs the non-duplicating numbers to the screen; the number of numbers not duplicated is also displayed at the end.

This code shows examples of string manipulation using copy and concat functions, using array subscripting and pointer/pointer arithmetic.


C++ Home