compare * charecter in the string by giving (\*) and as well as wild char * also

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mail2ravi123
    New Member
    • Feb 2008
    • 1

    compare * charecter in the string by giving (\*) and as well as wild char * also

    hi all,
    plz provide me a function that is used to compare wild char and as well as to compare * charecter and \ charecter in the string

    FYI

    if we want to compare a string for * charecter then we give as \* and add a new slash to it for comparing

    and for slash also \\ to compare single \

    and for wild char just *


    plz give me the code.....as soon as possible
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    MODERATOR

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Have you tried compiling a \* ??

      Comment

      Working...