Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 270 Bytes

File metadata and controls

4 lines (3 loc) · 270 Bytes

C/C++ Compile-Time Macro Passing Proof-of-Concept

The purpose of this project is to showcase how macro passing at compile time can be done in C/C++, thus creating multiple programs which may have different behavior while using the same C/C++ source code as template.