Search:

Type: Posts; User: ccflyer

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,443

    Ok, thanks guys. I'll give strcmp() a try first....

    Ok, thanks guys. I'll give strcmp() a try first. That sounds like it might work... if not, I'll go the atoi() route.

    Thanks,
    Chris C.
  2. Replies
    7
    Views
    2,443

    Ok, that makes sense. So I would just need to...

    Ok, that makes sense. So I would just need to isolate the number part (i.e. indexes 2-4) of the string and pass that into the atoi() function.

    Is there a easy way to isolate a substring of a...
  3. Replies
    7
    Views
    2,443

    Comparing integer char[] elements

    Hey everybody,

    I've got two char arrays which each represent college course names. I want to compare the courses based off the integer part of their name to determine which one is larger, but am...
Results 1 to 3 of 3