As I wrote in my post, I would expect that the compiler notify me (by error or warning) about the problem. My point (question) is: why is the...
Even if I instantiated the Test2 class, nothing change. I would expect something like 'cannot convert from overloaded-function to void*' or...
Sorry, my mistake. It should be: void* ppp1 = Do2();
Why the ppp1 is NULL and no compiler's warning nor error? class Test2 { static void Func1(int* a, int b) { } static void...
Separate names with a comma.