Paul D Anderson:
Is there a way to return the name of a function (a string) from a pointer to that function?
Perhaps creating a string[void*] AA and initializing with all the function pointers you care about.
Bye, bearophile
bearophile via Digitalmars-d-learn Sat, 11 Apr 2015 12:21:04 -0700
Paul D Anderson:
Is there a way to return the name of a function (a string) from a pointer to that function?
Perhaps creating a string[void*] AA and initializing with all the function pointers you care about.
Bye, bearophile