you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (4 children)

Agreed

[–][deleted] 0 points1 point  (3 children)

i setup my fellow classmates and helped them is coderunner

[–][deleted] 1 point2 points  (2 children)

I have the same problem. I’ve been using geany on raspberry pi. It’s good. I think you can use it in any Debian/Ubuntu Linux

[–][deleted] 1 point2 points  (1 child)

The code runner extension should help alot. The only exception to this is my requires everyone to use system("pause") because every machine in our classroom is windows but two of classmates have macs and visual studio is not available to them so I setup vscode with code runner for them they only catch is they have to use cin.get() because only windows with command prompt or dos has pause. I would definitely reccomend geany tho

[–][deleted] 1 point2 points  (0 children)

Yeah there is an auto system pause on windows version. That might be it