Training
×

C++ Development Tools

Creating an INtime C++ application is easiest done by using the INtime Application wizard, as it sets up a project with the proper settings.
In the wizard's project type page, you can select the programming language.
Using C++ and the RT framework offers another tool: the INtime C++ wizard add-in which can be used after wizard generation to modify, add or remove elements from an existing program. Operation of the add-in is like that of the wizard. The add-in only works for projects that use the RT framework and have been generated by the INtime application wizard, full featured project type.
 
There is also an alternate debugger that comes with INtime named Spider. When a breakpoint is hit in a thread, Spider will stop just this thread and allow the other threads to continue. For details on debugging see the respective chapter in this training.