How to set up your environment for C programming in 30 seconds ?
How to set up your environment for C programming in 30 seconds ?
What you need :
(a) Text Editor
(b) The C Compiler.
Install GNU C/C++ compiler
Windows XP / Vista / 7 / 8.x / 10:
http://www.mingw.org/ - to install GNU Compiler Collection (GCC)
Linux:
https://gcc.gnu.org/install/
or install GCC from repository
We can easily install GCC compiler on Linux by typing the following commands:
sudo apt install gcc gcc-8 g++-8
or
sudo apt install build-essential
Mac OS
https://developer.apple.com/xcode/
Step 1: Open the App Store;
Step 2: Search for Xcode;
Step 3: Install Xcode;
Step 4: Launch Xcode;
Please comment below what do you think about this video, and what videos do you I should make next...
If you like this video please hit the like button and subscribe to my channel for more interesting videos to come
Thank you!
Facebook page: https://www.facebook.com/Codeshepherd...
Special thanks:
Petronela L.
Tudor A.