NBA - Boston Celtics

Wednesday, 25 January 2012

Basic Program in C++

#include<iostream.h> //include header file.
main()
{
       cout << "C++ is better C";      //C++ statement.
}
//end of example...

No comments:

Post a Comment