|
|
|
|
|
by 72deluxe
2415 days ago
|
|
I did some MFC for my job and disliked it. It didn't help that the software in my job was made up of thousands and thousands of COM objects and everything felt like treacle to write (got to implement those interface functions I'm never going to use!). I have used wxWidgets a lot and really like it, but for modern C++ on Windows what do Microsoft recommend? I can't seem to get any idea. Honestly, I would like to know. |
|
I do not know what MS would recommend these days. From my point of view they basically functionally abandoned it but dragged it along because most of their stuff was built with it. The .NET libs was where all the new stuff was going (WPF, WinUI). WTL may be worth a look it looks like it comes out of the ATL/MFC lineage.