#include <iostream.h>
int main()
{
    cout << "hello world";
    return 0;
}

Example 1: "Hello World" with legacy C++ Libraries.

Back to Article