0
votes
How do I create a GUI for a windows application using C++?
I have used wxWidgets for small project and I loved it. Qt is another good choice but for commercial use you would probably need to buy a licence.
If you write in C++ don't use Win32 API as you wil …
1
vote
When are static C++ class members initialized?
This post looks related: C++ - static variables initialisation order
…
