I’m looking for a small and simple environment to run small C++ samples. I hate opening visual studio and creating a project just for a single source file with 50 lines of code. The only requirement is to have stl support( smth like this http://www.compileonline.com/compile_cpp_online.php on desktop would be great).
Thanks.
List of C++ IDEs.
(New actively updated version)
List of online C++ compilers.
I’m going to recommend eclipse cdt. Even though creating a project in eclipse cdt is not any faster than Visual Studio, you can always create a project that you can reuse every time for small snippets.