I have a general question abt design. So far I have been able to split my code between xxxx.cpp (implementation) and xxxx.h (declarations) adequately, but by using default constructors. I now want to build my own constructors with variable and member lists.
Do I have to use scope operators? Where do I put the constructors? How do I do this? I've looked all over the internet but can't find what I need. I am building my "tool chest".../




Reply With Quote
Bookmarks