Hacker News new | ask | show | jobs
by p0w3n3d 1082 days ago
sorry, in theory it's okay, in practice it's much more difficult.

-- edit -- speaking of Qt

1 comments

CGO supports C++.
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.