Search:

Type: Posts; User: Toscano

Search: Search took 0.00 seconds.

  1. Got it! Nice. I'm really at the...

    Got it!




    Nice. I'm really at the beginning, but I'll try to remember when I get to that.
    Thanks!
  2. newbie question: "do while" loop parsing twice?

    Can somebody please explain why I'm getting a double print out of the actions inside the loop (a simple printf() message) every time I enter a character?


    #include <stdlib.h>
    #include <stdio.h>...
  3. Well... yeah! Which is why politicians are...

    Well... yeah! Which is why politicians are generally very bad computer programmers! ;)
  4. You got that right! I'm new to programming, but...

    You got that right!
    I'm new to programming, but if there's one thing I've learned throughout my long life (well... maybe 36 is not that long...) is that if you don't understand the premise of the...
  5. Thanks, Manasij. Really, what I need right now...

    Thanks, Manasij.

    Really, what I need right now is to learn a few basic commands so that when people tell me stuff like "compile with the -g option" or "run the program with gdb" or even "look for...
  6. Hi Tater. That's good advice, thanks! Of...

    Hi Tater.

    That's good advice, thanks!
    Of course, I'm not shy about asking for help. That's why I got here in the first place.
    I'm just puzzled as to why a book called "C programming for...
  7. Hi flexo87. Thanks for your help. You were...

    Hi flexo87.

    Thanks for your help.
    You were right. Inserting "NULL" as a parameter for time() solved it! (and also inserting the <stdlib.h> . Weird as why this isn't mentioned in the book......
  8. Newbie questions - Segmentation fault? - programming on a Mac

    Hi everyone!

    This should be simple for mostly everyone here, but I'm just starting out my learning curve of C programming.
    I'm using an editor called "GNU nano 2.0.6" that I open through a...
Results 1 to 8 of 8