gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

C/C++ > Silly Newbie Question : part 3- the saga continues...

#2789 - Saj - Wed Feb 12, 2003 8:37 pm

Hi again,

just a quick one for you today...

regarding declaring member functions:

is;

Code:

dog::biscuits()


the same as;

Code:

dog::biscuits(void)


and/or;

Code:

dog::biscuits(0)


Thanks..:)