Skip to content

CiproGit/function_pointers_array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

function_pointers_array

This project shows an example of using the array of function pointers in C++. Specifically, the array is defined as private in the class and contains a function pointer to a non-static private method within the class; we use the typedef specifier to define the function pointer.

About

Example of function pointers array to a private method within a class in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published