Friday, October 30, 2009

C plus2 Hello World! hehe




Firstly, welcome to my class..
Caused by many of my student don't know what the hell is C++(coz they learned java all the time)..so i have to create this post in introducing the simple world of C++..so pay attention and dont play facebook in my class...saya takpe..hehe

#include<iostream>

using namespace std;
void main()
{
cout << "Hello World!" << endl;

cout << "Welcome to C++ Programming" << endl; }

actually, you just google it..but I know, you all very busy.. ;-)