B
BCC
Hi,
Is there any way in c++ to:
1. Convert a variable name to a string: int m_x; if (converttostring(m_x) ==
"m_x") {}
or
2. Have an array or vector with pointers or addresses of different primitive
types (ints, doubles, floats, etc.)
I dont think so but thought I would check...
Thanks,
B
Is there any way in c++ to:
1. Convert a variable name to a string: int m_x; if (converttostring(m_x) ==
"m_x") {}
or
2. Have an array or vector with pointers or addresses of different primitive
types (ints, doubles, floats, etc.)
I dont think so but thought I would check...
Thanks,
B