Search:

Type: Posts; User: mhrsolanki2020

Search: Search took 0.00 seconds.

  1. Ok thankyou .. :)

    Ok thankyou .. :)
  2. um non-integral meaning???

    um non-integral meaning???
  3. may be a for loop? i can ask the user if he want...

    may be a for loop?
    i can ask the user if he want to square or cube or to the power of 4 ,5 6 whatever..
    and save it in x.
    and pass it to squared function,
    and then use a for loop, and loop it 'x'...
  4. Ohk . I have used, but never with the %.8f format...

    Ohk . I have used, but never with the %.8f format specifiers..
    And i got error 1 exit status.. i changed powf to pow then it worked fine.

    if i change the return to

    return(s_input*s_input);...
  5. Thankyou , for your help.. #include ...

    Thankyou , for your help..

    #include <stdio.h>
    #include "squared.h"
    int main()
    {
    printf("The result of squared(4.0f) is %.8f\n", squared(4.0f));
    return 0;
    }
    Can you explain me %.8f ?
  6. But its for Windows xp or lower. not for 7. It...

    But its for Windows xp or lower. not for 7. It doesnt work with 64bit windows 7.
    The RHIDE doesnt work in windows 7.
  7. i dun know any good ide for windows7. Can u...

    i dun know any good ide for windows7.
    Can u sugest me some?
    Which on do you use??
  8. How to make a Library file and header file in GCC?

    Hello,
    I know how to make a header file in C when using turbo c/c++ (had done it long time ago when i was using Windows xp) now i am using windows 7 with Gcc (DJGPP ) . But now i dont know how to...
Results 1 to 8 of 8