Search:

Type: Posts; User: physics_boy

Search: Search took 0.00 seconds.

  1. thanks man, i tried to declare the fuctions...

    thanks man, i tried to declare the fuctions before hand but forgot the ";" after it so i got a ton of errors and just got rid of it. anyway it works now. thanks
  2. its the same thing but just with the float get_z...

    its the same thing but just with the float get_z as opposed to the int get_z... i'm really confused as to why its not working



    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {
    float...
  3. now it just returns a value of 1.000 no matter...

    now it just returns a value of 1.000 no matter what number i enter... any idea why?
  4. need help returning float values from subprograms

    it seems i can only return an integer value from a subprogram? i need a float value returned is there something i'm missing here? i wrote this quick block of code to show you what i mean. say i type...
Results 1 to 4 of 5