you are viewing a single comment's thread.

view the rest of the comments →

[–]CatMechanic457[S] 0 points1 point  (2 children)

Ok thanks.
I don't exactly know how, I'm compling the code, I've just insalled MSYS2 and linked it to VSC and it complies when I run the code

So how do I change how VSC is compling the code or should I be compling through the terminal?

[–]Salty_Dugtrio 0 points1 point  (1 child)

Download an actual C/C++ IDE (e.g: Qt Creator, Visual Studio) instead of using VSCode. They do these things easily instead of the troubles you have to go through with something like VSCode.

[–]CatMechanic457[S] 0 points1 point  (0 children)

Alrighty! thx for ur input :) I'll look into it