What is the best way to program graphics?

I'm writing a card game for an independent study project. I have it implemented in text-mode but would like to do it as a GUI. Since it's independent study, I can use whatever tools I deem appropriate but it must be in C++.

What are my options and what would you consider the best option?
Qt or wxWidgets. I personally prefer Qt Framework.

http://www.qt.io/
I've heard other places that Qt is good.

I've not heard of wxWidgets.

In any case, I am looking for a good tutorial or online course that I could take at my speed. Money IS an object, but if someone has a foo-day or foo-week free trial, I'm interested.

This will be my first time doing something like this (why I'm in the Beginners forum). My C++ is shaky to begin with and so I need some solid instruction that is intended for the beginner, not the advanced C++ user.
try https://www.youtube.com/user/VoidRealms he has a lot of tutorials on how to use Qt.
Last edited on
Topic archived. No new replies allowed.