Search:

Type: Posts; User: scuzzo84

Search: Search took 0.00 seconds.

  1. thanks mate

    thanks mate
  2. Thanks, I am reading a nice wikipedia article on...

    Thanks, I am reading a nice wikipedia article on floating point right now. Quick question why does it not print "10.2" but "10.200000"



    #include <stdio.h>

    int main(void)
    {
    float value =...
  3. Floating point #'s, why so much talk about it?

    I dont get why floating points are such a big deal in C, as I am reading my C book and it seems like they put a lot of emphasis on floating point. But all that I get is that floating point #'s are...
  4. Replies
    5
    Views
    16,862

    thanks guys

    thanks guys
  5. Replies
    5
    Views
    16,862

    what is return 0; in english mean?

    Here is an example program that I wrote. I want to understand what "return 0;" is, and why I need it and what it does.

    A friend answered this above question with:

    "in standard c, every function...
  6. Replies
    4
    Views
    4,133

    Sorry but I failed to understand your answer,...

    Sorry but I failed to understand your answer, what is a macro, and a header? The part in my book that talks about this problem I am having is the 50th page. I feel that you gave me a super complex...
  7. Replies
    4
    Views
    4,133

    Short/long/signed/unsigned int

    Im on a chapeter in my C book talking about Integer Types. It talks a bit about Short/long/signed/unsigned. For example says the long covers a certain range of numbers and same goes for short. But...
Results 1 to 7 of 7