EmbLogic's Blog

problem in data structre

when using strlwr and strupr,  error come “undefined reference to strupr” i have used #include<string.h> but of no use what to do now?

One Response to problem in data structre

  1. msiddarth says:

    As strupr and strlwr are basically functions of Microsoft VC++. They are not declared and defined in Solaris or linux OS.
    You have to implement your own functions for strupr and strlwr.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>