Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > b5d6e5e84fc6929edbdeef5ef92c2500 > files > 1949

boost-examples-1.42.0-3.2mdv2010.1.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;
}

//____________________________________________________________________________//