I know that probably the most popular GUI framework for C++ is Qt. But was wondering if I can use something simpler, like Tk? Cant find any references, tutorials or info about it.
Asked
Active
Viewed 4,516 times
1 Answers
4
Yes. You can use.
See http://cpptk.sourceforge.net/
Read its documentation. See example at http://cpptk.sourceforge.net/examples/ex1.html.

doptimusprime
- 9,115
- 6
- 52
- 90
-
Cool. How could I missed that when searching? Oh well. Thx. – FirstTimer12 Jan 20 '15 at 03:27