Interface?

Last 3 weeks i have been studying the programming basics and made some c++ programms that helps with calculating all kinds of high school math things. But i'm kind of tired of having them in a cmd panel, so they would be actually realy usefull with a legit windows interface. What would be your sujestions of creating the interface? What programms and maybe what level of experience? Is it even possible to do with only 3 weeks of experience with programming?
Stuff like that is done through Windows API which is a whole different programming language. You can use C++ with Win API to create your program.
So you write your program int c++, but with windows.h library, which makes that alot different? And then i must think my chance of making a programm with interface that solves for example quadratic equations is close to 0?
Topic archived. No new replies allowed.