Search:

Type: Posts; User: RichardH

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    14,268

    ah, good to know for future reference, thanks :)

    ah, good to know for future reference, thanks :)
  2. Replies
    11
    Views
    14,268

    hmm, I tried changing strcmp() to strcasecmp()...

    hmm, I tried changing strcmp() to strcasecmp() and got the same output.I attempted to make my own but didn't get very far, heh. The tolower() I referred to was something I found whilst searching...
  3. Replies
    11
    Views
    14,268

    strcmp, a problem with capital letters

    Hey all,

    I'm basically in the process of sorting words in a text file. As it currently stands everything is working, however it seems that words beginning with a capital letter are placed before...
  4. Replies
    8
    Views
    1,950

    Awesome, thanks :)

    Awesome, thanks :)
  5. Replies
    8
    Views
    1,950

    Which thread are you referring to.

    Which thread are you referring to.
  6. Replies
    8
    Views
    1,950

    I'll give it a go :) Hmm...would make more sense...

    I'll give it a go :)
    Hmm...would make more sense I guess :)

    -Update-
    fgets() works, but its now saving 25 bytes, including the '\n', making it very difficult to include it in a sentence (unless...
  7. Replies
    8
    Views
    1,950

    array of characters ending after a space

    Hey all,
    I'm relatively new to C, although I'm very familiar with PHP, so I'm aware of the general constructs of C. However...I'm having a small problem with an array of characters in a struct. When...
Results 1 to 7 of 7