Dear Friends,
Are there any statements that is equivalent to #define in C and
Templates in C++?
Regards
Aravind
Printable View
Dear Friends,
Are there any statements that is equivalent to #define in C and
Templates in C++?
Regards
Aravind
I'm not sure about the precompiler directives but
Global Const SOMETHING_SOMETHING = 0
Is this what you're looking for specifically?
In a word, no.
There is no STL and the closest to #define is the use of a Const, which is like the const in C++