I was told that the newest Qt is Cocoa based, and as so, it's 64 bit. And Cocoa is Object-C based, whereas Qt is C++ based.
- How is that possible? I mean, how C++ based library can turn into Objective-C related one? Is this just using Objective-C++?
- Can any C++ library be Cocoa based using Objective-C++?