1
我可以做這樣的事情的變量名:形成與宏觀
#define VERSION 4_1
int32_t myVersion??VERSION;
// What I expect here is that the variable should be generated with name myVersion4_1.
// If possible what should be placed instead of ?? above?
是否可以使用宏象上面在C++中形成的變量名?
我只是想指出的是,雖然這使得代碼真正靈活,它很容易被濫用,從而導致無法遵循的代碼(你基本上不可能,除非你知道他們是宏觀搜索這些變量 - 生成) – Neowizard 2014-09-04 12:33:04