Here is what I installed
This told me that I had not installed g++ on MYS32
I finally managed to get g++ (but not in my VSCode console)
You just had to change the path in the settings
But there was always an error for my inputs outputs
Here is the error :
“#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:UsersOlivier RobertOneDriveImagesDocumentsApprentissage de C++Exercice_1.cpp).C/C++(1696)
cannot open source file “iostream”. Please run the ‘Select IntelliSense Configuration…’ command to locate your system headers.C/C++”
I tried to modify it directly in the JSON but it still didn’t work. Maybe it’s not the right path or the right place
Would you know how to resolve this problem ?
Everything I did is described above