0
votes
Displaying macros in Code Completion (C++Builder2006)
Adam Sparky Markowitz
– If you've ever used C or C++ you know about macros and their [ab]uses. Macros can be used in a number of ways, one of which is to substitute a string of text for a single identifier as in: #define MAX_TYPEVECSIZE (sizeof(typeVec[0]) * vecLength) you may also declare them as a parameterized macro ...
Statistics
|
Visits by Source |
User Actions |




