Search:

Type: Posts; User: Greenman

Search: Search took 0.01 seconds.

  1. Thread: Why? Error

    by Greenman
    Replies
    5
    Views
    1,461

    ROFL. I come here frusterated and looking for...

    ROFL. I come here frusterated and looking for advice, and all my frustration melted away after reading this.
  2. Thank you guys. I have the program working now. ...

    Thank you guys. I have the program working now. I wrote a function that I'd like to use to accept user input, but I'd like to get an opinion of someone more experienced.

    Here goes...


    void...
  3. Replies
    4
    Views
    1,099

    Why are you initializing the variable "count" to...

    Why are you initializing the variable "count" to the NULL character? In ASCII that's 0.. and if you count backwards with your "count--" your test string "count >= word[0]" will never logically be...
  4. C99 standard prog buggy with Linux but not Windows

    Hello all. I've run into a problem I just can't figure out and I'm beginning to think it's my compiler. I'll attach the source file, it's rather long to post on this message. The problem is when...
Results 1 to 4 of 4