I'm trying to run my c program in visual studio code without having to do gcc main.c /other c files/ && .\a.out everytime and just use coderunner, but everytime I try and use coderunner I get an unresolved reference error and I'm not sure how to fix that. Coderunner was working fine when it was just one file but now it's not. Any help is appreciated.
Asked
Active
Viewed 41 times
0
-
Coderunner is designed to run one file. While there are ways around it, it is not recommended. Use a proper extension designed for software development in C. – n. m. could be an AI Dec 19 '22 at 18:24