Compilation Process in C/C++ programming Behind the Scene || GCC compiler || Hindi ||

preview_player
Показать описание
In this video you will learn the compilation process occurring behind the C/C++ programs in gcc compiler in details. You will learn how you can generate the output files after every compilation stages. The complete process is shown in this video uses the Vim editor on Linux Machine.
==============================================================================

Terminal Commands used in the video are:
1) ls : ls is a command-line utility for listing the contents of a directory.
2) rm : deletes single/multiple files at once followed by the file names separated by space.
3) clear : to clear the terminal screen short-cut is ' Ctrl+L '
4) gcc -E file : to get the pre-processed output.
5) gcc -S file : to get the compiler output.
6) gcc -o file : to get the object code.
7) gcc file : to get the final executable file.
9) gcc -Wall -save-temps file : to get all the above intermediate files at once.
10) cat : cat allows us to create single or multiple files, view contain of file, concatenate files and redirect output in terminal or files.
# If source code is (.c file) then use gcc
# If source code is (.cpp file) then use g++
===============================================================================

Send your feedbacks::

Subscribe to Code Brushers::
Рекомендации по теме
Комментарии
Автор

Keep up sir 😊make vedios on computer organization and assembly language....you are the great sir Allah apko or kamyabi dy Ameen ❤❤❤

JaveriaSadiq-ch
Автор

PERFECT EXPLAINATION BRUH.... KEEP IT UP 😉...
U WILL BE SHINE

era
Автор

Clearly understood the compilation process with exmaple...
Thanku

stevenc
Автор

Very well explained the whole compilation process

sauravagarwal
Автор

Tqq so much
It's very nice explanation 👌👌👌👌

tangudusravani
Автор

Kali Linux installation and setup ka video bana dijiye bhai channel me

hemnarayan