Search:

Type: Posts; User: vertigoat

Search: Search took 0.01 seconds.

  1. The last statement in that program is a printf. ...

    The last statement in that program is a printf. why can't I wait for a key press after that?
  2. If you don't mind, can you explain that? For...

    If you don't mind, can you explain that? For whatever reason, I just don't comprehend what you are saying. I mean, I can cut and paste the code, but that won't help me understand what is happening.
  3. wow, that was a record! 3 minutes and an answer!...

    wow, that was a record! 3 minutes and an answer!

    Alas, I just tried that and it doesn't work.
  4. I need my C programs to pause and wait for key press after completion

    I'm searched about this but haven't found anything conclusive. I recently started compiling from the command line and it creates an executable. I'm using a Mac by the way... Anyhow, one of the...
  5. Thank you! Totally understood now.

    Thank you! Totally understood now.
  6. Incrementing styles (x = x++) vs (x +=1) - when to use them

    I understand that ++x; is a prefix expression and x++; is a postfix.

    What I can't grasp the concept of is the difference between:

    x = x++; vs. x++;

    Also, while I'm comparison shopping, why...
  7. Thanks! I installed Eclipse Juno CDT last...

    Thanks! I installed Eclipse Juno CDT last evening and wrote a few homework programs. Once I figured out a few things, it was quite a nice program! I think I'll stick with this seeing as how its...
  8. Would I be better off trading Xcode for something less inclusive?

    Wow, I've been to this site so many times in the past few months and NEVER KNEW there was a message board!

    I'm a student working on a degree in Computer Science. Right now, we are learning C and...
Results 1 to 8 of 8