Make Your First Program with C++

By Unknown on 11.02.2009

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


catatan blogger seo matre ajib

{ 0 komentar... read them below or add one }

Post a Comment

Jangan sia-siakan form komentar ini hanya untuk dipandangi saja. Tinggalkan jejak Anda
Terima kasih atas komentarnya

ttd

Admin