Is it possible to provide C API?
Solved
Language Bindings
-
I know that Qt is entirely written in C++ and it doesn't provide any C interfaces now. This makes other people writing language bindings much difficult. Visit Stack Overflow for more info.
Pure C API & ABI are simple and stable. They are well suited for writing bindings for other programming languages. Is it possible to provide C functions officially?
-
@3119369616
No. And if you were looking for anything "official" that would be The Qt Company, be aware that here we are a user forum. Also Qt is not a programming language, it's a set of code written in C++. -