Search:

Type: Posts; User: Heavenstrash

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    880

    Thanks for the help - I've noticed C programmers...

    Thanks for the help - I've noticed C programmers tend to avoid >= or <= operators and tend to just use < >. Any specific reason to this? Also, the following code I just don't understand in the...
  2. Replies
    3
    Views
    880

    How am I doing with this...

    I'm very new at C programming, and whenever I take up a language, I always write a very simple fighting game. I think I completed the game for now, and was just curious on what you all thought of...
  3. Replies
    4
    Views
    1,746

    This is what I'm having trouble understanding......

    This is what I'm having trouble understanding... In this code:

    void RemoveNewLine(char* Line){
    Line[strlen(Line)-1] = '\0';
    }

    //You then can call the function like this...
  4. The reason that's there is because in HTML, only...

    The reason that's there is because in HTML, only one space is recognized, all others are truncated.... So say you wanted to type some text up, and there were 5 spaces in between one word and another,...
  5. Replies
    4
    Views
    1,746

    From Perl to C

    Hi everyone, I'm a Perl programmer trying to get into C, and was curious if there were better ways to do the following few operations :

    First off, removing a newline. With the string
    $first in...
Results 1 to 5 of 5