Search:

Type: Posts; User: skynet99

Search: Search took 0.01 seconds.

  1. I've read and heard the same thing about goto....

    I've read and heard the same thing about goto. I've read a bit of the source code of a few programs in GNU coreutils and in Suckless and I came across goto statements. So, I think it's not...
  2. Replies
    9
    Views
    18,783

    Thank you for the replies. Things are clearer...

    Thank you for the replies. Things are clearer now. It's much appreciated.
  3. Replies
    9
    Views
    18,783

    This confuses me. If fread reads from stdin and...

    This confuses me. If fread reads from stdin and not stdin's buffer then how would stdin's buffer type affect anything?

    Thanks for your patience.
  4. Replies
    9
    Views
    18,783

    So, fread doesn't read from stdin's buffer but...

    So, fread doesn't read from stdin's buffer but rather its own. Does this mean that every character that is entered is passed directly to fread's buffer one at a time?



    I understand every...
  5. Replies
    0
    Views
    9,986

    Problems with site UI?

    Is anyone else experiencing problems with the user interface? I can only see the very top portion of the first post in a thread. And the rest of the post down to the beginning of the second post in...
  6. Replies
    9
    Views
    18,783

    Thanks for your reply laserlight! I'm...

    Thanks for your reply laserlight!



    I'm still confused. Does this mean that characters will be passed from stdin's buffer to fread's buffer then fread will read from its own buffer?



    I...
  7. Replies
    9
    Views
    18,783

    C - Stdin Buffer

    I use a linux system with glibc.

    In general terms this is how I believed buffering worked in regards to stdin.

    Working in a terminal emulator my keyboard is stdin and the characters I type are...
Results 1 to 7 of 7