CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2004
    Location
    Philippines
    Posts
    31

    how find an arithmetic operator

    Hi !

    Is there a predefined function in C which could find for an arithmetic operator from a given array?

    Example. szArray[]={"123*321"};

    How do I look for * from the array above?

    Thanks for you help.

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354
    strstr,strchr

  3. #3
    Join Date
    Jun 2004
    Location
    Philippines
    Posts
    31

    THANKS!

    Thank you!

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

Featured