Search:

Type: Posts; User: funnydarkvador

Search: Search took 0.00 seconds.

  1. you're right, i've got to pass no argument and...

    you're right, i've got to pass no argument and remove grilletest which is unused
  2. Ok thank you very much for your help, now it...

    Ok thank you very much for your help, now it works. Ok next time i will post the c++ thread.
  3. cannot convert 'float (*)[20]' to 'float' for argument '1' to 'void eff..(float)'

    Ok, thank you very much,
    now i removed the brackets and i get this error when i compile :
    cannot convert 'float (*)[20]' to 'float' for argument '1' to 'void effectuer_calcul_table_de_routh(float)'...
  4. At lines 117, 121, and 122

    At lines 117, 121, and 122
  5. error : expected primary-expression before ']' token

    Hi I'm getting this error when I comipile this code :



    #include <iostream> // lectures et �critures (I/O)
    #include <iomanip> // manipulation des I/O, pas besoin pour le moment...
Results 1 to 5 of 5