| Date related Programs |
| A Program in
C++ to return the day of the week given the date
|
| String Handling Program [Source Code] in
C++ |
| A Sample Program [Source Code] in C++ to write your own
function like strlen(),strcpy(),strcat etc .
Download |
| A Sample Program [Source Code] in C++ to add two string
and find the string
Download |
| A Program [Source Code] in C++ with the use of array of
pointers to strings
Download |
| A Program [Source Code] in C++ to manage array of pointers
to strings Download |
|
A Program
[Source Code] in C++ of Pattern matching using Brute Force
Algorithm |
| A Program
[Source Code] in C++ that implements String class |
| A Program
[Source Code] in C++ for string permutation |
| A C++ Program
[Source Code] to illustrate the use of operator '*' and '&'. |
| A C++ Program
[Source Code] to illustrate supplying of values to pointer variables |
| A C++ Program
[Source Code] to illustrate adding values to the contents of variables whose
addresses are in pointers.
|
| A C++ Program
[Source Code] to illustrate the use of pointer to pointers.
|
| A C++ Program
[Source Code] to illustrate the functions returning pointers
|
| A C++ Program
[Source Code] to illustrate the operations that can be performed on pointers
|
| A C++ Program
[Source Code] to illustrate the 2D array of int using pointers.
|
| A C++ Program
[Source Code] to illustrate the 2D array of char [string] using pointers.
|
| A C++ Program
[Source Code] to print an array before and after adding 5 to its contents using
pointers.
|
| A C++ Program
[Source Code] to illustrate the use of call-by-refrence method using pointers.
|
| A C++ Program
[Source Code] to print, read and calculate sum, smallest, largest element an
array using pointers
|
| A C++ Program
[Source Code] to illustrate the different features of an array of char known as
string.
|
| A C++ Program
[Source Code] to convert lower case letters to upper case letters [ example of
using non-constant pointers to non-constant data ].
|
| A C++ Program
[Source Code] to print a string char by char [ example of using constant
pointers to non-constant data ].
|
|