hi,
i am new to c++ and have so far made a timetable proram. But i was wondering how i could get it to run like a windows application, not in the black DOS screen? thanks if u can help me,
Obviously you have managed to create a console application - which can very good for lots and lots of purposes. It's not DOS, but a 32 bit text interface you are seeing.
If you don't know anything about windows GUI programming, you have a way to go before developing one yourself.
Find a good book about windows programming, brew some coffee (buy some extra beans ;-) ) and start reading.
Yes, it is possible to give your program a graphical userinterface.
However you have to learn something about eventdriven programming, windows messaging and you have to choose a technique (MFC / WIN32API / ATL / ???) before actually (re)writing the program.
I guess MFC is the most obvious choice, but be warned : It's hard work (reading).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.