Im doing a small program for work. I'm still new to this so ill ask a quick question or two.
I have several tick boxes, and they all have output to a richtext box (picked it because i could resize it. If there is something better then that i would like to know if possible please :) )
When i put a tick into the tick box it outputs fine but when i put a tick in another box it outputs in the exact same spot and removes the previous text. How do i make it go underneath. I have tried endl;, /n and std::endl; with no joy. I have included the namespace std and iostream. How can i adjust this so it goes underneath.