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
#include
void main()
{
char name[21];
cout<<"Hallo, What is your name?"; cin>>name; cout<<"Nice to meet you
"<
}
To see your first program, press Ctrl+F9
No comments:
Post a Comment