hello all!
I want my c++ code run like a software! (As a calculator etc in windows)
Which new things i have to learn??
any help would be appreciated
thanks in advance :)
Like a GUI? Look into WinAPI or a cross-platform windowing API.
QT Creator makes GUI applications incredibly easy to make. You might want to give that a try.
Last edited on