C++ SoloLearn IDE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++ SoloLearn IDE

Why can I not use std::thread, std::fstream or any other stdout in the SoloLearn IDE?

13th Apr 2017, 4:49 PM
Joshua Pierson
Joshua Pierson - avatar
6 Answers
+ 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.
13th Apr 2017, 5:55 PM
SoraKatadzuma
SoraKatadzuma - avatar
+ 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.
13th Apr 2017, 4:51 PM
Hayden Stroup
Hayden Stroup - avatar
+ 2
OK that would make sense. Just figured they would keep up with standards.
13th Apr 2017, 5:57 PM
Joshua Pierson
Joshua Pierson - avatar
+ 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.
13th Apr 2017, 4:52 PM
Joshua Pierson
Joshua Pierson - avatar
+ 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.
13th Apr 2017, 5:43 PM
Joshua Pierson
Joshua Pierson - avatar
+ 1
I am not sure if SoloLearn supports C++11 or above.
13th Apr 2017, 5:54 PM
Denis Felipe
Denis Felipe - avatar