"Programming" Posts

How to use new C/C++ preprocessor features in Visual Studio (e.g. __VA_OPT__)

I'm using the new __VA_OPT__ C++ preprocessor identifier to solve a macro problem. I'll explain how to get it working in Visual Studio 2019.

Read