Stephan Avenwedde

1451 points
User profile image.
D-33415 Verl

Stephan is a technology enthusiast who appreciates open source for the deep insight of how things work.
Stephan works as a full time support engineer in the mostly proprietary area of industrial automation software. If possible, he works on his Python-based open source projects, writing articles, or driving motorbike.

Authored Content

Contributed Content

Authored Cheat Sheets and Downloads

Doxygen cheat sheet

Doxygen is an open source tool for generating HTML or LaTeX documentation based on comments in the code. Doxygen enables you to provide a comprehensive overview of the…

C++ std::cout cheat sheet

The C++ std::cout, from the iostream library, prints text to the console. In C++ applications, cout is the new neighbor of printf . While using printf is still valid, you may…

Authored Comments

Hello Greg, yes, CPython is default.

Fortunately, method pointers is usually not needed. Consider you have a central class (like the MainWindow in Qt) and you want to call certain methods of this central class depending on the program flow. That's how I came up with the subject.