Thread: Efficent string comparisons.

  1. #16
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    It came from my brain.
    I assumed...

    Soma

  2. #17
    Registered User ~Kyo~'s Avatar
    Join Date
    Jun 2004
    Posts
    320
    Quote Originally Posted by iMalc View Post
    Don't use void pointers in C++.
    I suggest you read Function Pointers in C and C++ - Cprogramming.com

  3. #18
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Void pointers have nothing to do with function pointers.

    Function pointers are pointers that point to functions. Void pointers are pointers that point to values of no type.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Most efficent data type to work with?
    By h3ro in forum Tech Board
    Replies: 6
    Last Post: 07-04-2008, 06:47 PM
  2. Illegal string comparisons working?
    By Oysterman in forum C Programming
    Replies: 3
    Last Post: 05-16-2007, 06:34 PM
  3. Array Comparisons
    By B.C.Lioness in forum C++ Programming
    Replies: 8
    Last Post: 03-20-2004, 07:37 PM
  4. Replies: 2
    Last Post: 12-03-2001, 02:32 AM
  5. need HELP!!!!!!!!!C++ COMPARISONS
    By awakicee in forum C++ Programming
    Replies: 7
    Last Post: 10-01-2001, 08:08 PM