If you’re looking for performance, complexity, or many possible solutions to solve a problem, C ++ is always a good candidate when it comes to extremes. Of course, functionality usually comes with complexity, but some C++ peculiarities are almost illegible. From my point of view, C++ method pointers may be the most complex expressions I’ve ever come across, but I’ll start with something simpler.

The examples in this article are available in my GitHub repository.

#c++ #c

A friendly guide to the syntax of C++ method pointers
1.05 GEEK