2 Nov 2009

Make Your First Program with C++

Welcome to C++ Language Learning!!!

Are you want to learn about C++???

OK. Follow this blog!!

How to make your first program??? Learn with me!!! (Please use Borland C++ Compile!!!)



#include <iostream.h>

#include <conio.h>

void main()

{

    char name[21];

cout<<"Hallo, What is your name?"; cin>>name; cout<<"Nice to meet you
"<<name<<endl;

getch();

}



To see your first program, press Ctrl+F9 button

0 comments:

Post a Comment

 

C++ Language Learning Design by Insight © 2009