Saturday, September 18, 2010

BASiC CODE 005: printf C++

/*my second program in C++
with more comments*/

#include
using namespace std;

int main()
{
cout<<"Hello World\n";
//Print Hello World
cout<<"I am a C++ Program\n";
//print I am a C++ program
//return 0;
}

1 comment:

  1. /*my second program in C++
    with more comments*/

    #include so

    Iostream is the fileheader of this source code

    ReplyDelete