Results 1 to 2 of 2

Thread: Why there is an underscore in front of some C++ functions?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396

    Question 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.
    I'm a VB6 beginner.

  2. #2
    jim mcnamara
    Guest
    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
  •  



Click Here to Expand Forum to Full Width