Search:

Type: Posts; User: Wx_Kev

Search: Search took 0.03 seconds.

  1. Thread: Im stuck.

    by Wx_Kev
    Replies
    4
    Views
    979

    Thanks a bunch!

    Thanks a bunch!
  2. Thread: Im stuck.

    by Wx_Kev
    Replies
    4
    Views
    979

    #include #include int...

    #include <stdio.h>
    #include <math.h>

    int main()
    {

    float P, h, T, DpT; // P=pressure, h=height, T=temperature, DpT=dewpoint temp
    int i; // counter for loop
    int j; ...
  3. Thread: Im stuck.

    by Wx_Kev
    Replies
    4
    Views
    979

    Im stuck.

    I'm still a rookie with C and I'm calculating some thermodynamic parameters for meteorology and want to show the freezing levels. I can get it too show all heights that are 0 degrees C or lower......
Results 1 to 3 of 3