C++ in general working with harware and GUI concerns.

So, i've been learning C++ for lots and have understand some of them, but the main thing is the only input/output operational just in DOS. Yes, I did just somehow turn on to search for wxWidget and QT but unfortunately, it's not such a great pleasure to write codes that are so depend on the existence GUI of the API itself. I meant, I want to understand how the API ( generally, C++ codes ) may be able to work with the hardware and generate such output like colour, GUI, audio or something else for sure. And, is there solution for me to write GUI application without having tied for the APIs, I meant, yes, some of the GUI were so tremendous but I want my apps to look different than what the GUI offers, like the one can be developed through Adobe Flash which is visually interactive and more functional. Or, I may use any programming language to bind with my C++ codes. Thanks.
Last edited on
closed account (jw6XoG1T)
Have you tried API's such as SFML 2.0 (which has libraries for everything including graphics, networking, audio, input, etc.)? It's easy to use and you can create alot of cool custom GUI's with it. Personally i love using it. Plus you can also create game's with it
Thanks. I'm going to have it. I've heard some that SFML provides lots than just GUI itself, thanks for your reply.
Topic archived. No new replies allowed.