VS C++ coderunner not printing to output

29 Views Asked by At

Hi I am a relatively new c++ programmer and I am using Visual Studio to code C++ but whenever I try to run the code, it does not show in the output (where the execution time is shown) but prints to the terminal in VS. I have already disabled output to terminal in setting so I am unsure of what else I can do. Any help would be appreciated.

I also uninstalled and reintalled both coderunner and visual studio. I also reinstalled clang and g++. Currently I am on a Macook pro with Sonoma

0

There are 0 best solutions below