Hello,

I need advice. Ive been using Microsoft Visual studio 2008 and making c++ console applications for some time. I made a "Five in line" game. I have a complete system, so its playable, now i just upgrade an AI.
So, I have the code for console version, but I would like to make it with some graphic => get it out of that black window. I want only simple graphic, you know, just 'X' and 'O' symbols and a grid. And I want it to be controlled by mouse.
But I never did anything with graphic before, just console.
So, can you recommend me an easiest way to get what I want? What should I use? And where can I learn it?

Thanks.

Recommended Answers

All 2 Replies

You should be able to do it with WxWidgets. Try this link.

Or Qt,
Or SDL.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.