19:36
Patreon ▻ https://patreon.com/thecherno Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno ...
23:52
C++ Programming: Macros in C++ Topics discussed: 1. Introduction to Macros 2. Object-Like Macros 3. Function-Like Macros 4.
3:50
CppCon 2017: Matthew Avery “X-Macro: How to avoid repetition”
http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...
26:15
C++ Macros Explained: Functions, X-Macros & Modern Alternatives
The C++ Explained Playlist: ...
8:01
C++ Tutorial for Beginners Ep#10 - #define Macros and Macro Functions - SavvyNik
C++ Tutorial for Beginners Ep#10 where we learn about the defining Macros/Macro Functions with the #define preprocessor ...
13:59
How to Write Function-Like Preprocessor Macros (C example)
Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...
3:07
Thanks for watching! If you found this video helpful, please like, subscribe and share: ...
1:50
Where not to use Macros in C++, and where they are useful
Video with general overview about how macros works in Cpp Not a full tutorial, but should serve as a quick reference. In genreal I ...
23:47
C++ Macros, defines, __LINE__, and std::source_location (C++ 20) | Modern Cpp Series Ep. 107
Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...
13:12
C++ Tutorial 25: Mysterious X Macros
In this video, we'll wrap up our little adventure into C++ #define by looking at a very clever, and little known trick called X Macros.
6:24
C++ Macros(#define) | Learn Coding
C++ full course https://youtu.be/HME2SrWWSYk c++ programs using classes ...
5:46
Advanced Topics: Understanding the "assert" Macro
In this video we take a look at the "assert" macro!! For code samples: http://github.com/coffeebeforearch For live content: ...
24:12
Function-like Macros | C Programming Tutorial
How to use function-like macros in C, also known as parameterized macros or macros with arguments. Source code: ...
4:10
C++ Programming Tutorial 66 - Preprocessor Macro Definitions
Get 100% Off Your First Month with CustomGPT! Sign up for a Standard CustomGPT.ai subscription using my referral link and ...
1:47
X Macros are a powerful tool in C that I rarely see talked about. I have found it very useful in my own projects.
8:47
Some explanations make macros and the preprocessor phase seem very complicated when, in fact, it's a simple process of copy ...
4:53
Modern C++ Macros - Jens Weller - CppCon 2019
http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...
2:03
C++ - Function-Like Macros Watch more videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Arnab ...
49:04
Are We Macro-free Yet? - Zhihao Yuan - CppCon 2019
http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...
5:07
do {...} while(0) In Macros Pattern | C Programming Tutorial
An explanation of why the do {...} while(0) pattern is used in function-like macros in C. Source code: ...