logo

How do I run and compile my C code?

0) Install an Ubuntu virtual machine (if you don't have a Linux server up already) 1) Download code-server from: https://github.com/cdr/code-server 2) Allow virtual machine to be in the same network as your main machine it's running on 3) Configure code-server's bind address to be the local address in that network 4) Create a shortcut on your main machine like this: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --new-window --app=http://(local-address-of-virtual-machine):8080 5) Install Visual Studio Code's C/C++ extention at this link: https://github.com/microsoft/vscode-cpptools
Course thumb

The C programming language made simple