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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.