Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 1230
  • Order by date
  1. 1230

    how convert int to double with Diab C/C++

    i have no error and warning during compile, but when my program is running, there is an error in conversion int to double, like this: double a=0.0; int b=1; a =(double)b; there is crash.......... a=(double)b*0.1/0.1 there is crash.......... the error should be a...
  2. 1230

    compiler option to convert int to double with DiabC/C++

    I'm use DiabC/C++ i have no error and warning during compile, but when my program is running, there is an error in conversion int to double, like this: double a=0.0; int b=1; a =(double)b; there is error.......... a=(double)b*0.1/0.1 there is error.......... the...
  3. 1230

    compiler option to convert int to double with DiabC/C++

    I'm use DiabC/C++ i have no error and warning during compile, but when my program is running, there is an error in conversion int to double, like this: double a=0.0; int b=1; a =(double)b; there is error.......... a=(double)b*0.1/0.1 there is error.......... the...
  4. 1230

    convert int to double with Diab C/C++

    i have no error and warning during compile, but when my program is running, there is an error in conversion int to double, like this: double a=0.0; int b=1; a =(double)b; there is error.......... a=(double)b*0.1/0.1 there is error.......... the error should be a...
  5. 1230

    convert int to double with Diab C/C++

    i have no error and warning during compile, but when my program is running, there is an error in conversion int to double, like this: double a=0.0; int b=1; a =(double)b; there is error.......... a=(double)b*0.1/0.1 there is error.......... the error should be a...

Part and Inventory Search

Back
Top