In a C++ application, let\'s say I have a window class, which has several instances of a control class. If my window wanted to notify a control that it had been clicked, I m
If you need to do it, consider passing the parent as a const*.
const*