Hello,
first message... I know that C++ is only an extension of C, but to avoid getting confused I am looking for the QT5 API doc for the C language version.
Thanks.
Hello,
first message... I know that C++ is only an extension of C, but to avoid getting confused I am looking for the QT5 API doc for the C language version.
Thanks.
Hi, saying that C++ is an extension of C is wrong in my opinion. It's much more than just a "C with classes". And I doubt that there is a C version of the Qt API.
If you want to use C and not C++ then you may be better of using GTK instead of Qt.
Ginsengelf
edit: Wikipedia lists this: https://github.com/filcuc/dotherside
There have been no updates for the last two years, and I don't know how well it works, or if it works at all.
Last edited by Ginsengelf; 28th October 2024 at 14:38.
vivid (28th October 2024)
You can write C-style functions that call C++ code (Qt functions). Use the extern "C" linkage when mixing C and C++ code to prevent name mangling.
Buckshot Roulette
Bookmarks