API Guides > ConceptRT 3.x
SingleLibraryMode/main.cpp

Main example for Single Library Mode usage of ConceptRT.

#include "ConceptRTOs.h"
using namespace ConceptRT;
int main(int argc, char* argv[])
{
System::Initialize(); // Mandatory
// put your code here
System::Finalize(); // Mandatory
return 0;
}