Here are some Miscellaneous C++ Programs.
CPP-133: A C++ Program to find number of days b/w two given dates.
CPP-138: A C++ Program to capitilaize the first charcter of every word in a string.
CPP-141: A C++ Program to copy 'n' number of characters from one string to another at position 'p'.
CPP-142: A C++ Program to check whether a word is palindrome or not. [ using classes & pointers ]
CPP-152: A C++ Program to show the simulation of Solar System.
CPP-153: A C++ Program to implement Add and Subtract functions on Big Number Class.