Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

C Language Source Code to Exe | Build Process | Compilation, PreProcessor ( Theory )

Автор: LearningLad

Загружено: 2017-12-10

Просмотров: 225869

Описание:

In this video tutorial for beginners you will learn how C Programming Language works / executes. All the steps ( preprocessing, compilation, linking ) involved i.e the build process from writing a c source code to generating an executable from it are explained.

C is a general purpose programming language and by using it, we can write the instructions for the computer or programs.

The instructions written in any programming language in human readable format is called as the source code and here the instructions written in the C programming language is called as the C source code and it is saved with .c extension.

When we write a computer program, we are going to store that in the Computer memory as the computer file and the file which is containing this source code is called as the source file and if the file is containing the source code written in the C programming language then that file is also called as the C source file.

Now while writing in the C language, it provides a lot of built-in features to implement the common operations that we have to do in the program through C standard library file.

Because the computers they can only understand the code which is written in the binary language of the machine code. and that's why we need to convert the source code that we have written in the C language to machine code and we can do that by performing the compilation process.

During the compilation process the pre processor program will process the source code first and then that processed code will be given to the compiler. Some compilers directly generate the machine code and it is also called as the object code and it is saved in a file with .OBJ extension, and some generate the assembly code and then assembler program has to be used to convert it to generate the object code.

Then the object codes are linked together along with c standard library function by a program called as linker to get the executable file. the executable in windows environment have the .exe extension.

Then the executable will be loaded to the primary memory ( RAM ) using a program called as loader and then the processor will execute that.

All these programs required to create an executable from c source code come in a bundle and it is called as tool set. Once you install the toolset you will get all these programs.

For more tutorials visit our website
http://www.LearningLad.com

LearningLad in social media
Facebook   / learninglad  
twitter   / learningladedu  
Google+ http://www.google.com/+LearningLad

C Language Source Code to Exe | Build Process | Compilation, PreProcessor ( Theory )

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

Набор инструментов, цепочка инструментов и IDE | Видеоурок по программированию на языке C

Набор инструментов, цепочка инструментов и IDE | Видеоурок по программированию на языке C

C++ Source Code to Executable | Compilation, Linking, Pre Processing | Build Process Explained

C++ Source Code to Executable | Compilation, Linking, Pre Processing | Build Process Explained

Как взломать любое программное обеспечение

Как взломать любое программное обеспечение

Let's Create a Compiler (Pt.1)

Let's Create a Compiler (Pt.1)

C Programming: Makefiles

C Programming: Makefiles

Как компьютеры считывают код?

Как компьютеры считывают код?

Законодательное ограничение C++

Законодательное ограничение C++

why do header files even exist?

why do header files even exist?

Compilers, How They Work, And Writing Them From Scratch

Compilers, How They Work, And Writing Them From Scratch

What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023

What Happens After The Compiler in C++ (How Linking Works) - Anders Schau Knatten - C++ on Sea 2023

Структура файлов и каталогов в Linux

Структура файлов и каталогов в Linux

Теренс Тао о том, как Григорий Перельман решил гипотезу Пуанкаре | Лекс Фридман

Теренс Тао о том, как Григорий Перельман решил гипотезу Пуанкаре | Лекс Фридман

Just enough assembly to blow your mind

Just enough assembly to blow your mind

Почему работа в IT убивает интерес к программированию

Почему работа в IT убивает интерес к программированию

Введение в программирование | Что это такое? Типы языков программирования

Введение в программирование | Что это такое? Типы языков программирования

Creating Your Own Programming Language - Computerphile

Creating Your Own Programming Language - Computerphile

Как финский гик ВЫНЕС Майкрософт и стал богом айти // Линус Торвальдс

Как финский гик ВЫНЕС Майкрософт и стал богом айти // Линус Торвальдс

Заголовочные файлы и библиотеки (Кевин Линч)

Заголовочные файлы и библиотеки (Кевин Линч)

you can learn assembly in 10 minutes (try it RIGHT NOW)

you can learn assembly in 10 minutes (try it RIGHT NOW)

12. Теорема Пуанкаре - Перельмана

12. Теорема Пуанкаре - Перельмана

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]