Window creation: Difference between revisions

Content deleted Content added
→‎[[C Sharp|C#]]: Fixed capitalization issue in C sharp name.
No edit summary
Line 76:
}
catch( std::exception const & exc )
{
std::outcout << exc.what() << std::endl ;
exit( -1 ) ;
}