T O P I C R E V I E W |
yao_xuejun |
Posted - Jun 05 2006 : 03:03:47 AM Suppose: ---------------------------------------------- typedef struct testStructure { int member_1; int member_2;
}TEST_STRUCTURE;
TEST_STRUCTURE g_TestStructure;
#define TEST_MEMBER(n) g_TestStructure.n --------------------------------------------------- Then: --------------------------------------------------- if (TEST_MEMBER(member_1) > TEST_MEMBER(member_2)) { ... } --------------------------------------------------- Can VAX recognize the 'member_1' or 'member_2'?
Thanks!
|
1 L A T E S T R E P L I E S (Newest First) |
rhummer |
Posted - Jun 05 2006 : 09:24:07 AM As stated in this topic, no VA X cannot.
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4704 |
|
|