Click here to Skip to main content
15,891,726 members
Articles / Programming Languages / C++

Wild West Coding: MACROs

Rate me:
Please Sign up or sign in to vote.
4.64/5 (3 votes)
22 Aug 2021CPOL6 min read 7.6K   45   3  
An alternative solution to a standard macro that aims to make macros, just a little bit less evil
This article aims to address naming conflicts and readability to the common macro by introducing an alternative. A dispatch macro, that serves as a portability wrapper, to be known as a characteristic.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions