Thread: Problems: strcasecmp and strncasecmp

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    224

    Cool Problems: strcasecmp and strncasecmp

    Hi guys I'm having problems implementing some c++ code I copied from the internet.

    The guy developed this code on unix back in 2000.

    Specifically, I'm getting error messages for:

    strcasecmp
    strncasecmp

    Anyone have any workarounds for me to get this code working?

    Many thanks

    [Code from: http://f2.org/download/maths/resnet/surl.cc]

  2. #2
    Registered User
    Join Date
    Nov 2006
    Posts
    224
    Solved. Sorry for even posting lol.

    Didn't realise there were compatible functionsreadily available.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fread problems or memory problems
    By Lechuza in forum C Programming
    Replies: 1
    Last Post: 03-22-2009, 12:45 PM
  2. I am trying to use .net and im having problems
    By Fargs in forum Windows Programming
    Replies: 6
    Last Post: 03-28-2007, 01:54 PM
  3. Linking problems, class problems
    By Kheila in forum C++ Programming
    Replies: 12
    Last Post: 11-22-2005, 01:47 AM
  4. Problems with GCC
    By Maragato in forum Linux Programming
    Replies: 4
    Last Post: 08-02-2004, 06:04 PM
  5. strcasecmp()
    By kryptkat in forum C Programming
    Replies: 8
    Last Post: 11-15-2003, 02:23 PM