
The issue at hand: I'm creating an aplication and it should have lots of stuff... but my main concern at this point is: Should I put every frame, panel, dialog, etc on 1 "cpp & h"? or should I create 1 "cpp & h" for each frame and/or dialog?
In the first option, communication between the objects seems to be easier, but in the second option it kinda seems more organized and stuff...
Any advanced user care to give me a tip here?
Thanks for your time ppl
