The thing that skeered me away from mfc was the c++ - class overrides, multiple files were created for different things like view, io, etc.. I went with win32 (one .cpp and one or more .h files )..
Can I put everything into one .h and one .cpp file - at the risk of answering my own question, probably yes but it won't be easily maintainable.
When would I know to put an aspect of my application in its own file/class?


Reply With Quote

Bookmarks