Can I create functions without defining them in the header file?

Posted by Nick Brooks on Stack Overflow See other posts from Stack Overflow or by Nick Brooks
Published on 2010-04-21T20:41:16Z Indexed on 2010/04/21 23:33 UTC
Read the original article Hit count: 239

Filed under:

Can I create a function inside a class without defining it in the header file of that class?

© Stack Overflow or respective owner

Related posts about c++