Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > c4319a002fbffbd136efb21d9adb836b > files > 2246

boost-examples-1.44.0-6.1.mga1.i586.rpm

#include <iostream>
#include <boost/test/included/prg_exec_monitor.hpp> 

//____________________________________________________________________________//

int cpp_main( int, char* [] ) // note name cpp_main, not main.
{
    std::cout << "Hello, world\n";

    return 0;
}

//____________________________________________________________________________//