|
-
Oct 31st, 2001, 12:40 PM
#1
Thread Starter
Hyperactive Member
Why there is an underscore in front of some C++ functions?
As above.
for example _atoi64()
Is there any special meaning behind it?
thanx in advance.
-
Oct 31st, 2001, 12:59 PM
#2
It's not standard - specific to VC++ _msize() for example.
Some standard C functions exist as slightly different implementations in C++, so this warns somebody who is try to write portable code.
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
|