Search:

Type: Posts; User: spottedzebra

Search: Search took 0.04 seconds.

  1. Two comparable loop but different results...help please

    declaration of variables and start of program:



    #include<stdio.h>

    main()
    {
    int fahr, celcius;
    int upper, lower, step;
  2. DISREGARD THIS POST. i figured it out on my...

    DISREGARD THIS POST.

    i figured it out on my own. thanks again for all the help



    in my first snippet i already have c initialized when i declare it so could i do this:
  3. Having trouble understanding 'for' loop parameters

    i am working through a fundamental C book and i thought i understood for loops but this has me completely stumped. maybe someone here can explain the difference of the below snippets of code.



    ...
  4. Replies
    10
    Views
    13,273

    thats exactly what i needed. my program works...

    thats exactly what i needed. my program works perfectly not that it is anything special.
  5. Replies
    10
    Views
    13,273

    thanks for all the replies so quickly. i am a...

    thanks for all the replies so quickly. i am a noob at C so i don't fully understand all of your responses and it would seem to me i wouldn't need to use anything advanced (i.e. not already taught in...
  6. Replies
    10
    Views
    13,273

    How to exit program???

    I am working my way through "The C Programming Language".

    I am on the topic of input/output in the first chapter and at the end of the section we are supposed to write a program that counts the...
  7. Replies
    7
    Views
    1,216

    yes, i mean it comes with gcc pre-installed you...

    yes, i mean it comes with gcc pre-installed you can get much closer than that.
  8. Replies
    7
    Views
    1,216

    sweet man thanks a ton

    sweet man thanks a ton
  9. Replies
    7
    Views
    1,216

    First program questions

    I am now officially started to learn C. I eventually want to be able to code basic robots. I have also gotten a copy of "The C Programming Language" I have heard it is the Bible of C so I figured I...
Results 1 to 9 of 9