C

A general-purpose, imperative computer programming language.

C and C++ assistants

DevAssistant provides assistants for C and C++ programming languages. If you run da command from command line, projects are created in current working directory. If you run da-gui, you can specify directories where the projects will be created.

Assistant for C application

In order to create a basic C template application, run:

$ da crt c -n <app_name>

Assistant for C++ application

In order to create a basic C++ template application, run:

$ da crt cpp -n <app_name>