Tag Archives: function pointer

Function Pointer Basics

At their core, functions are nothing more than a location in memory with some special semantics attached to them. The assumption is that the location in memory is the start of some machine code to be executed, and that there … Continue reading

Posted in C/C++ | Tagged | Leave a comment