Is there a way to program a GUI with tkinter through C++? I'm asking this because I know how to program with tkinter in Python, but for my app I could not use Python.
If not, I want to develop a GUI app in C++ that could use MySQL to display and store info, I want to make some drawings (canvas) that could be scaled like in tkinter and also interact with some hardware. I want to use this in a Raspberry or a Parallella board. I know that there is wxWidgets and GTK+, which of those could be better for my app? Which is easiest to use? Is there any other easier solution?