Can someone give me advice on a good book or website to get technical info about c++ that will actually help me. I am trying to use a dialog box to have a user input float type variables and when the ok button is clicked put them into a mathematical function and then have the answers spit back onto a window. I am trying to use a CEdit member function to do this such as GetWindowText. This is the only info I have from the crappy books I have. They give examples but don't really give you enough info to do your own applications.