Name:
Anonymous
2018-08-31 23:35
So far I've only done command line programs in C++. I want to make GUI programs in it now though. Should I use Qt or GTK+? Or something else?
Name:
Anonymous
2018-09-01 14:00
>>1Probably SDL+some simple GUI lib, like one of these:
https://github.com/dalerank/nanogui-sdlhttps://github.com/vurtun/nuklearNote that I haven't actually tried one of these, so yeah, try at your own risk I guess.