In this video, we will learn
1. How to install C compiler in linux by enabling windows subsystem for linux
2. Installing GCC compiler in linux
3. Installing GDB in linux
4. How to write, compile and execute a simple hello world program
Text version of the videos
Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.
Please join me to gift education for those who cannot afford
To update package list info :
sudo apt update
To upgrade the packages :
sudo apt-get upgrade
To create a new folder :
mkdir foldername
To create a new file :
vim file_name
To install GCC compiler :
sudo apt-get install gcc
To install GDB :
sudo apt-get install gdb
VIM:
Vim stands for VI improved is a most popular and widely used text editor in UNIX-LIKE systems.
GCC :
The GCC i.e. "GNU Compiler Collection" includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D, as well as libraries for these languages (libstdc++,...). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom.
Complete C Tutorial for Beginners
C Tutorial for Beginners Blog