For example:
using namespace std; #include void funcOne() { } void funcTwo( int x ) { } int main() { void (*ptrOne)() = funcOne; cout &l
Use it like this, or it will be converted to a bool type.
bool
cout << reinterpret_cast(ptrOne) << endl;