creating a project that isn't a console program

So i want to create a simple project that is able to embed or at least open an external file which i already know how to do.. soo the part i dont know how to do is make the project that im making it in something different than a console project.. so i would appreciate if someone could tell me of a different library that i could use or if there are any other ways of doing this..

Sorry if anything in the question was confusing if something was confusing just ask and ill try to clarify... thankss!
look up QT by Nokia, or any other non-console GUI's. Just google search.
GUI however is not in the C++ standard.
Last edited on
alright ill look into that... thanks alot!..
Topic archived. No new replies allowed.