TURBO C++ CODING

View previous topic View next topic Go down

TURBO C++ CODING

Post  Admin on Thu Oct 09, 2008 2:58 am

codes

Admin
Admin

Posts: 6
Join date: 2008-03-05

View user profile http://jakepucan.niceboard.biz

Back to top Go down

Basic C++

Post  ragde on Wed Feb 11, 2009 8:41 am

#include<iostream.h>
#include<conio.h>
#include<stdio.h>
char name[50]
char famname[50]
main()
{
clrscr();
cout<<"enter your name ";
cin>>name;
cout<<"enter your family name ";
cin>>famname;
}
getch();
return 0;
afro

ragde

Posts: 1
Join date: 2009-02-11

View user profile

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum