Search:

Type: Posts; User: wpcarro

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,743

    I am aware that CTRL + c is not a keystroke used...

    I am aware that CTRL + c is not a keystroke used to produce an EOF signal. The only reason I mentioned that I was terminating the program using CTRL + c was to explain that I am manually terminating...
  2. Replies
    6
    Views
    1,743

    Thanks. So you're saying that the proper way for...

    Thanks.
    So you're saying that the proper way for EOFs signals to be sent is on an individual line of their own, is that correct? Also, after reading your reply, I'm tempted to believe that checking...
  3. Replies
    6
    Views
    1,743

    Unexplainable behavior...

    Hey guys,
    I'm writing a rudimentary program to explore the behavior of the stdin buffer and I've encountered something that I cannot make much sense of. The code simply takes input from the...
  4. Replies
    6
    Views
    3,493

    Thanks for all of your replies!

    Thanks for all of your replies!
  5. Replies
    6
    Views
    3,493

    I guess my last question is whether or not it is...

    I guess my last question is whether or not it is standard for input at the shell level the be line-buffered?
  6. Replies
    6
    Views
    3,493

    Just to be certain that I fully understand this...

    Just to be certain that I fully understand this concept:
    When you say that "User input is line-buffered", do you mean that that the shell is waiting for the newline character to appear before it...
  7. Replies
    6
    Views
    3,493

    Begginer C Question About getchar()

    As a preface, I have done my best to read through the FAQs on this forum so if I am violating the forum rules it's not out of negligence.

    That said, I have a question regarding how the getchar()...
Results 1 to 7 of 7