- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: Windows
- 软件首页: http://vcf-online.org/
软件介绍
Visual Component Framework
The Visual Component Framework is an advanced C++ application framework that makes it easy to produce powerful Windows applications in C++. The framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD). The framework is designed to be portable over multiple platforms and compilers, so you don't have to lose all that work that went into writing your app for a single platform!
- 整个库只有10M,比Qt轻量,但类库也相当丰富。
- 采用标准C++开发,使用少量的宏实现反射。
- 完全面向对象,大量使用标准库。
- 采用命名空间,类似于Java的良好编码风格。
- 各个模块之间层次分明,架构清晰。
python 3标准库
道格·赫尔曼 / 机械工业出版社 / 2018-10 / 199
在本书中,你会看到用来处理文本、数据类型、算法、数学计算、文件系统、网络通信、Internet、XML、Email、加密、并发性、运行时和语言服务等各个方面的实用代码和解决方案。在内容安排上,每一节都会全面介绍一个模块,并提供一些很有价值的补充资源链接,这使得本书成为一本理想的Python标准库参考手册。一起来看看 《python 3标准库》 这本书的介绍吧!