5

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.

FirstTimer12
  • 97
  • 2
  • 4

1 Answers1

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