Feature #5555 2012-08-07 10:13

achimonbike

Warning while compiling

Hi
I am new in coding C and so also to cobe blocks

int main()
{
    double min=0, max=0, mean=0;
    statistik( array, i-1, &min, &max, &mean );

printf("\Minimum: %.2lf\tMaximum: %.2lf\n"
           "Mean: %.2lf",
           min, max, mean);
Category
Debugging
Status
Closed
Close date
2012-08-14 08:14
Assigned to
 
ollydbg 2012-08-14 08:14

This is not a feature request, so close it.