Zinjai [
link] is a C and C++ integrated development environment or IDE.
An IDE contains a text editor to write code, a compiler to compile code, a linker to build compiled code into an executable file and a debugger to pause a program during execution to allow a programmer to examine the program’s state.
It is a Spanish language program but there is a version mostly translated into English.
Note that there is a newer version (20140620) available but it seems to have a bug that does not allow the user interface to be set to English. Update 25 Jun 2014: This bug has been fixed.
Zinjai was created for teaching programming so is good for beginners to use.
One useful feature is that you do not have to create a project to test simple C or C++ code. Just type it in and run it.
Zinjai uses the MingW GNU compilers and tools to compile and build programs. You need to know this if you download other code libraries to use with your programs.
In my post about MQO viewers [
link], I posted a site where you can download the C source code for GLMetaseq.
Download sample_GL.zip from that site [
link], near the bottom of the page.
We will build the sample_GL program in Zinjai so we can view a Metasequoia *.mqo file.