119586_0_10322.cpp:14: error: `int fmin[202]' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/math.h:746: error: previous declaration of `double fmin(double, double)'
119586_0_10322.cpp:14: error: declaration of `int fmin[202]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/math.h:746: error: conflicts with previous declaration `double fmin(double, double)'
119586_0_10322.cpp: In function `bool findpath(int, int, int)':
119586_0_10322.cpp:23: error: pointer to a function used in arithmetic
119586_0_10322.cpp:23: error: assignment of read-only location
119586_0_10322.cpp:23: error: cannot convert `int' to `double ()(double, double)' in assignment
119586_0_10322.cpp:37: error: pointer to a function used in arithmetic
119586_0_10322.cpp:37: error: pointer to a function used in arithmetic
119586_0_10322.cpp:37: error: ISO C++ forbids comparison between pointer and integer
119586_0_10322.cpp:37: error: pointer to a function used in arithmetic
119586_0_10322.cpp:37: error: operands to ?: have different types
119586_0_10322.cpp: In function `void update(int, int)':
119586_0_10322.cpp:53: error: pointer to a function used in arithmetic
119586_0_10322.cpp:53: error: pointer to a function used in arithmetic
119586_0_10322.cpp:53: error: invalid conversion from `double (*)(double, double)' to `int'
119586_0_10322.cpp:54: error: pointer to a function used in arithmetic
119586_0_10322.cpp:54: error: invalid operands of types `int' and `double ()(double, double)' to binary `operator-'
119586_0_10322.cpp:54: error: in evaluation of `operator-=(int, double ()(double, double))'
|