visual studio - Preprocessor directives from C++ code (_VARIADIC_MAX) -


please how define preprocessor directive _variadic_max=10 c++ code? set in property page -> c/c++ -> preprocessor -> definitions need in each project. cool define 1 time in common.h file , use in every project including such header.

you can this:

#define _variadic_max 10  

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -