Calling a function via pointer with too many parameters[code] #include <iostream> void f(int i) { std::cout << i << std::endl; } int main() { ...
This user does not accept Private Messages