If the Previous post scares you.. then heres the code without description.. :)
This is an ideal first program.
Select To use this code as it is.. select and copy paste this code into code.cpp file :)
- #include <iostream.h>
- #include <conio.h>
- void main()
- {
- clrscr();
- //Coding by: Snehil Khanor
- //http://WapCPP.blogspot.com
- cout<<"Hello India";
- cout<<"\nThis is my first C++ programme";
- getch();
- }
0 comments:
Post a Comment