Tagged Questions
0
votes
2answers
493 views
C++/CLI Pointer to Member
What are the various options to implement a pointer-to-member construct in C++/CLI?
I have implemented some 2D geometry algorithms which perform some actions based on X and Y co-ordinates. I find ...