Hacker News new | ask | show | jobs
by pjmlp 1082 days ago
CGO supports C++.
1 comments

Qt framework is not about C++. It creates another language inside with different mechanics. And most important, different memory management patterns. Sometimes the objects are managed by Qt parent object, sometimes not. I wouldn't commit to a project that would create a GUI in Qt using CGO.