I have written a C++ console program that asks a user a question by using the cin statement. I have made the appropriate string statement needed and use the if else statement to confirm or deny the answer. I want to write this program in a windows application. I have been attempting this using an MFC application but am having trouble asking 1)the user a question, 2)getting the user to response into the program
, 3)incorporating the if else statement to confirm the string variable.
What I would like to know if I am on the right pathe using MFC or should I be looking to accomplish this in another area. I am new to programming and would appreciate any help that is out there. Thanks
Yazo
What I would like to know if I am on the right pathe using MFC or should I be looking to accomplish this in another area. I am new to programming and would appreciate any help that is out there. Thanks
Yazo