Search:

Type: Posts; User: aoe

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,536

    i got it now, thank you for your time.

    i got it now, thank you for your time.
  2. Replies
    4
    Views
    1,536

    thank you know another problem i am having is,...

    thank you

    know another problem i am having is, i have stored the data in the array.

    how do i go about adding all the individual numbers in the array.

    here is what i tried
  3. Replies
    4
    Views
    1,536

    stopping some scanning

    what is the best way to stop scanning from a for loop.
    i have a trigger that i have to use to stop the scanning but i am unsure how to use it.

    i have to scan a bunch of numbers into an array and...
  4. Replies
    2
    Views
    1,067

    get a list of numbers

    what is the best way to read a bunch of numbers and store them, and then be able to count them and find biggest smallest average and sum?

    i was either thinking an array or writing to a file and...
  5. Replies
    12
    Views
    2,494

    thank you for all your help #include...

    thank you for all your help



    #include "chad.h"
    int main (void)
    {
    int roomLth;
    int roomWth;
    int custDsc;
  6. Replies
    12
    Views
    2,494

    i just dont under stand how i can store 3 ints...

    i just dont under stand how i can store 3 ints and a float in main using one function, but i can send the 3 int's but not the float to another function?

    it doesn't make sense to me how such an...
  7. Replies
    12
    Views
    2,494

    this is the error i get when i am compiling my...

    this is the error i get when i am compiling my code as one file.



    silly.c:41: warning: type mismatch with previous implicit declaration
    silly.c:25: warning: previous implicit declaration of...
  8. Replies
    12
    Views
    2,494

    i still can't get it to work for me any...

    i still can't get it to work for me
    any suggestions?
  9. Replies
    12
    Views
    2,494

    sorry, will do next time.

    sorry, will do next time.
  10. Replies
    12
    Views
    2,494

    no that is the thing, it does not hold the right...

    no that is the thing, it does not hold the right value

    if in get data for costSqf i typed

    22.23

    in that print statement you just mentioned it would print

    2.00
  11. Replies
    12
    Views
    2,494

    passing variables to functions?

    my question is, i recieved a float from getData which is stored in cost Sqf. then i send it to the function calculate, and then i print it in the calsulate function and it comes out wrong (i.e. i...
Results 1 to 11 of 11