CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Feb 2003
    Posts
    5

    Post Advanced strings comparison

    Hi guys,

    I need to find a way to compare two strings which include numbers within.
    The standard "strcmp" don't exclude numbers, so "a101" < "a12".

    Are you familiar with an implementation which sloves it?

    Regards,
    Mapisto.
    Last edited by Mapisto; October 2nd, 2005 at 01:53 PM.

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