I have created a Tic Tac Toe program in C++ playable against the computer. At present my interface is something like you have to chose a number from 1-9 which corresponds to the location you can make your turn on. I want to change this to a clickable graphic interface. What are my options to do these? Some tutorial links would be extremely helpful. I'm using windows 7
I recommend Qt for implementing Graphical User Interfaces in C++.
See more here: http://doc.qt.io/archives/qt-4.8/qt-declarative-toys-tic-tac-toe-example.html