Search:

Type: Posts; User: jubjubj

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    5,239

    Thanks for the reassurance! I might just read...

    Thanks for the reassurance! I might just read both, because I'm really enjoying C for dummies, its humorous attitude keep's me engaged, as I'm not a huge fan of books. But I'll be sure to read the...
  2. Replies
    20
    Views
    5,239

    FML already started reading it. :S

    FML already started reading it. :S
  3. Replies
    20
    Views
    5,239

    On this note, are there any book you would...

    On this note, are there any book you would recommend of that you used? I was thinking "C for Dummies 2nd edition" ?
  4. Replies
    20
    Views
    5,239

    I think your right, I rushed into this, I told...

    I think your right, I rushed into this, I told myself I would stick to books, but that changed quickly. I will go back to reading an up-todate book. And maybe re-visit this later on. I'm still proud...
  5. Replies
    20
    Views
    5,239

    Okay, so I have fixed that, and guess what?...

    Okay, so I have fixed that, and guess what? Another issue! Here is the updated code:
    #include <stdio.h>
    #include <conio.h>

    int main(void)
    {
    int loopcount;
    int numbers;
    ...
  6. Replies
    20
    Views
    5,239

    Well I'm glad it works for you, its pretty odd I...

    Well I'm glad it works for you, its pretty odd I must admit. But like I said, I'm a newbie and to be honest I'm mostly figuring this out as I go, I use DEV C++ to write and compile and don't know...
  7. Replies
    20
    Views
    5,239

    Thanks

    Thank you, it runs now, but it still doesn't work fully, CMD looks something like this (Area between *'s is user input)
  8. Replies
    20
    Views
    5,239

    Newbie needs a little help!

    Hey guys, so I started to learn a little C from numerous different sources and Iv'e hit a little "bump". When following a simple tutorial of how to make a average calculator with 5 inputs I decided I...
Results 1 to 8 of 8