im doing a project where i have a fully functional menu based project in C++ using switch/case code in which i am putting input into a LINKED LIST and INHERITENCE, but i need to convert this to a MFC project.
i have the MFC application shell with the input boxes all set up, but i am finding problems with how to change the working console window (linked list/inheritence) project into the dialog based MFC project.
im having particular problems with getting the input from the edit boxes in MFC and using that info to output it via the linked list on a different output page of the dialog based project.
i have the linked list up and working and the inhertence, just the mopve to MFC is a struggle
any help will be much appreciated!!
cheers