Does Qt have a C interface?

后端 未结 7 721
孤街浪徒
孤街浪徒 2020-12-04 19:03

I\'ve found conflicting answers on the web - some say it does, some say it doesn\'t. I was unable to find any details in the official Qt documentation either. So does Qt hav

相关标签:
7条回答
  • 2020-12-04 19:46

    No. Qt is C++. But you could just write C-style code everywhere that doesn't interact/create GUI elements and compile the whole thing with your C++ compiler of choice.

    0 讨论(0)
提交回复
热议问题