All the shown programs and many others are also available in the Printed form. You can also avail the same by paying a small amount of I...
Example of 2D Array Row, Column and Diagonal Sum in C++
#include <iostream.h> #include <conio.h> void getdata(int a[][3]) { int i,j; for(i=0;i<3;i++) { for(j=...
Count the word which ends with 's' character in C++ using file handling
#include <conio.h> #include <fstream.h> void couts(char c[]) { int i=0; int cnt=0; while(c[i+1]!='\0...
Convert the Lower Case to Upper and Upper to Lower Case in C++
#include <iostream.h> #include <conio.h> #include <string.h> #include <ctype.h> void main () { char c...
String Reverse Using Pointer
#include <iostream.h> #include <conio.h> #include <string.h> void StrRev(char *p) { char *q; int len=strlen...
The following school project has been proposed by my friend Pradeep B. Kaurani.at Gandhiangar. Please comment, if you li...
Sectional 3D Interior View of an Apartment.
This 3D interior view is created by one my close friend, who is in the field of interior and exterior designing since more than last 10 yea...
Design of Bed Room Interior
The following design is created by my friend with the nice concept of the modern interior designing of green and ivory colour combination u...