I want to define the kDependentMacro macro as 38 if the kIndependentMacro macro is defined and 40 otherwise. What is the easiest way to do this?
#ifdef kIndependentMacro # define kDependentMacro 38 #else # define kDependentMacro 40 #endif
Source: https://habr.com/ru/post/1789383/More articles:Survey Template for Silverlight 4 WCF Ria Services - silverlight-4.0What happens (at the OS level) when I read / write a file? - javahttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1789380/distributing-list-items-to-variables-in-python&usg=ALkJrhiHKpnsKpejA_UmZmWhSR9LbyqYYQConditional macroC # define for a function that calls: "function" overridden warning - gccRandom long I / O delays during periodic data recording - javaHow do you guarantee that your MVC routes do not conflict with each other? What tracking system do you use? - model-view-controllerWhat is a use case for System.Threading.CompressedStack - c #How to create a path alias? - unixC ++ 0x library that implements movement for streams - c ++JavaScript - unique property update in prototyped object literals - javascriptAll Articles