Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use Tk in C++?

Tags:

c++

tk-toolkit

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.

like image 704
FirstTimer12 Avatar asked Oct 19 '22 18:10

FirstTimer12


1 Answers

Yes. You can use.

See http://cpptk.sourceforge.net/

Read its documentation. See example at http://cpptk.sourceforge.net/examples/ex1.html.

like image 131
doptimusprime Avatar answered Oct 30 '22 02:10

doptimusprime