What is the simplest structure / IDE that fulfills all of the following criteria? If such a thing does not exist, then which is the closest?
- compiles c ++
- installed without problems
- works under Windows or Linux (1 of them is enough)
- allows you to write text to the terminal and simultaneously draw graphics
- Hello world is short, about 10 lines for drawing the code of the simplest graphic point
- has a built-in makefile or something like that
- has an editor for several files and with code completion (for example, MSVS)
- help or tutorials match the installed version
source
share