 |
7.8 — Function Pointers « Learn C++
Function pointers are an advanced topic, and this section can be safely skipped or skimmed by those only looking for C++ basics. In the lesson on pointers, you learned that a pointer is a variable that holds the address of another variable. Function point
www.learncpp.com |
 |