code::block

Whenever you open code::blocks and choose create a new project i've always used console application, does anyone know what the other projects are used for like: ARM project, D application, etc.? And if you do, could you elaborate what they do. Ive looked up what a few of them do but what i see if just code snips, and i dont understand because they look like other languages from the other snippets ive seen...
Some of them are for different languages. ARM is assembly language, and D is another programming language. Others are just templates for setting up external libraries. I haven't used most of these projects myself. When I need an external library, I start with an empty project and do the linking myself.
Topic archived. No new replies allowed.