Pointers - Strings

This section contains source codes of many Programs that are the Basics of Programming in C++.

Pointers - Strings

Postby MT Shahzad on March 4th, 2008, 5:00 pm

These c++ programs show the use of string and pointers.

CPP-063: A C++ Program to illustrate the use of operator '*' and '&'.
CPP-064: A C++ Program to illustrate supplying of values to pointer variables.
CPP-065: A C++ Program to illustrate adding values to the contents of variables whose addresses are in pointers.
CPP-066: A C++ Program to illustrate the use of pointer to pointers.
CPP-067: A C++ Program to illustrate the functions returning pointers.
CPP-068: A C++ Program to illustrate the operations that can be performed on pointers.
CPP-069: A C++ Program to illustrate the 2D array of int using pointers.
CPP-070: A C++ Program to illustrate the 2D array of char [string] using pointers.
CPP-071: A C++ Program to print an array before and after adding 5 to its contents using pointers.
CPP-072: A C++ Program to illustrate the use of call-by-refrence method using pointers.
CPP-073: A C++ Program to print, read and calculate sum, smallest, largest element an array using pointers.
CPP-074: A C++ Program to illustrate the different features of an array of char known as string.
CPP-075: A C++ Program to convert lower case letters to upper case letters [ example of using non-constant pointers to non-constant data ].
CPP-076: A C++ Program to print a string char by char [ example of using constant pointers to non-constant data ].
You do not have the required permissions to view the files attached to this post.
MT Shahzad
Web/Software Developer
http://mts.sw3solutions.com
User avatar
MT Shahzad
Site Admin
 
Posts: 300
Joined: February 29th, 2008, 8:11 am
Location: Muridke, Pakistan

Return to Basic Programming

Who is online

Users browsing this forum: No registered users and 0 guests

cron