Do i need to declare private class member functions in header files? or just the public functions are enough?

Recommended Answers

All 2 Replies

You should have all prototypes in the header file and the full function delarations in the external file.

Chris

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.