QP School

Full Version: Setting up a C Development Environment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
To start coding in C, you need a text editor and a C compiler installed on your computer. There are several options for text editors (e.g., Visual Studio Code, Sublime Text, Notepad++) and C compilers (e.g., GCC for Linux, MinGW for Windows).