예제 #1
0
int main()
{
    readFile( fileToRead );
    TMyApp myApp;
    myApp.run();
    deleteFile();
    return 0;
}
예제 #2
0
파일: main.cpp 프로젝트: idispatch/tvtest
int main() {
    TMyApp myApp;
    myApp.run();
    return 0;
}