What is the easiest framework/IDE fulfilling all following criteria? If such thing does not exist, what is the nearest?
- compiles C++
- installs in full without problems
- runs under Windows or Linux (1 of those is enough)
- allows to write text to terminal and simultaneously draw graphics
- Hello World is short, about 10 lines for code drawing the simplest graphic dot
- has integrated makefile system or something equivalent
- has editor for multiple files and with code completion (like MSVS)
- help or tutorials are adequate to the installed version