简体   繁体   English

面向初学者C ++程序员的gui库

[英]gui library for beginner C++ programmer

对于使用C ++的初学者来说,哪个gui库适合跨平台

You should try out Qt . 您应该尝试Qt It's really nice and it has a lot of features, and it's cross platform. 它真的很好,它具有很多功能,并且是跨平台的。

And here is some tutorials for it. 这里是一些教程。

Qt. Qt It is cross platform, and easy to use. 它是跨平台的,易于使用。

You should take a look at gtkmm . 您应该看看gtkmm It is written in modern c++, uses stl, follows its conventions, includes support for utf-8. 它使用现代c ++编写,使用stl,遵循其约定,包括对utf-8的支持。 What's more, it's open source and cross-platform. 而且,它是开源和跨平台的。

In addition to QT that others have mentioned, take a look at wxWidgets . 除了其他人提到的QT之外 ,还要看一下wxWidgets It's cross platform and very usable for a beginner. 它是跨平台的,非常适合初学者使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM