Hello,
I want to create programming workshops in C and C ++ for and with children. First I have to choose a compiler. I thought codeblocks but it is too advanced and I have not found anything else. So I decided to create a new IDE which is for children. The problem is that I have no experience in this kind of realization. I do not quite know how.
Compared with Code :: Blocks is not much. You will need:
- A page to enter the code (with syntax highlighting)
- Commands: run, build, build and run, rebuild, abort
- An output window with compilation errors
- The possibility to link library (single build options)
- Integrate the MinGW compiler
I thought from CodeBlocks by removing things.
Would you have any advice for me ?
Do you have an idea about the development of an IDE for C and C ++ with children? (For C and C ++ it is easy to create sub simpler languages using typedef and #define.)
There is a big demand on it and it could be a new branch of CodeBlocks.
Thank you very much.