|
-
Jun 15th, 2002, 02:35 AM
#1
Thread Starter
New Member
#Define in Visual Basic
Dear Friends,
Are there any statements that is equivalent to #define in C and
Templates in C++?
Regards
Aravind
-
Jun 15th, 2002, 04:21 AM
#2
I'm not sure about the precompiler directives but
Global Const SOMETHING_SOMETHING = 0
Is this what you're looking for specifically?
-
Jun 15th, 2002, 08:31 AM
#3
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++
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|