I can compile files in VS Code normally, however the files are shown in the terminal of the own program, which does not allow the insertion of characters. How can I configure to be able to use a terminal that allows me to interact?
Press Control + 'to open the terminal, and enter g ++ -o file_name.cpp filename_out_out, an executable will be generated. Make sure you have g ++ installed.