NEWBIE QUESTION

O

osmium

sam said:
What is the meaning of this:-
void(func*) or void (*func)

Trying to reduce a program to a minimum for discussion purposes is a good
idea. A fragment smaller than a statement is a bad idea.
 
V

Victor Bazarov

sam said:
Hi,
What is the meaning of this:-
void(func*) or void (*func)

void (*func)();

is a declaration of a pointer to function that takes no
arguments and returns nothing.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top