Preprocessor Function Macros

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Three phases of compilation:
Preprocessor: Adds, modifies your cpp code
Compiler: translate your code into computer readable code
Linker: links the variables and files together

Macros are like functions; there are some differences but not told in the video
Some people write the name of the MACROS in capital letters to differentiate them from functions.
Macros are like constant variables but they can be assigned any working code

You create Macros with #define keyword

treasure
visit shbcf.ru