hi, im planning to write a very simple computer emulator as an assignment of Deitels C++ how to program .
well in the book th exercise itself is a console application , i wonder if it is possible to make that code (which is also coded according to the latest C\C++ standards)
have a gui using wxwidgets.
i have no idea about wxwidgets programming , i just need a bunch of windows and dialog boxes and you know menus !

how many changes does it need ?
is it probable that i should rewrite the whole code again from scratch using wxWidgest?
( the assignment is a part of 8th chapter , using pointers /arrays , exercises of Deitel & deitels C++ how to program 5th edition )