function pointer when a function is overloaded.
    deadalnix 
    deadalnix at gmail.com
       
    Sat Jun 30 16:28:37 PDT 2012
    
    
  
Simple question. How to I get a function pointer to one of the foo 
functions in this case :
void foo(int i);
void foo(long i);
    
    
More information about the Digitalmars-d-learn
mailing list