C++ says hello world

April 3, 2013
programming c

Previously, I posted a couple of C examples. While C does not support OOP, I had to turn towards C++ for exam needs.

#include <iostream>
 
int main()
{
    using namespace std;
    cout << "Hello world!" << endl;
    return 0;
}

Functional Programming by Renghen

May 28, 2017
programming meetup mauritius-software-craftsmanship-community

braincheck() perl script

March 4, 2014
linux programming

Visual Studio 2013 virtual launch

November 19, 2013
windows programming user-groups-mauritius journal microsoft