+ 1
C++ SoloLearn IDE
Why can I not use std::thread, std::fstream or any other stdout in the SoloLearn IDE?
7 Respostas
+ 7
The reason you can't, is because those particular thing have outcomes and effects on a computer. They want to prevent against this because it is a security risk.
+ 2
Maybe because Trump deported it . It works in Visual Studio but not SoloLearn. I wish they would add it here as it would add so many more possibilities.
+ 2
OK that would make sense. Just figured they would keep up with standards.
+ 1
You can't learn c++ if you can not practice it.... The same code works in visual studio but in the SoloLearn IDE itself. Then I am asking why even have the c++ editor on the SoloLearn Website.
+ 1
Codeblocks uses GCC/G++ and you can create std::threads and std::fstream objects in codeblocks. Therefore you should be able to run a MTP in SoloLearn IDE.
+ 1
I am not sure if SoloLearn supports C++11 or above.