AppCUI
AppCUI copied to clipboard
Change Controls childens from direct pointer to a std::vector or std::list
It is important to look for a container that does not allocate anything if the control has no children (most cases will be like this). Also - GetChilrenCount should be removed !