Tuesday, January 27, 2009

Create Your Own header file

first you all header files into new file
that file must be save with .h extention
now u use that file with " "
please see the Example
#include"ashok.h"

C++ Software Bits

This is important your life while using this techniques.
to day's Example Program
#include
void main()
{
printf("enter any value or key ",scanf("%d"));
getch();
}

to see your doubts
please visit this web site www.academictutorials.com