浏览模式: 标准 | 列表2008年12月的文章

Web 工具类来写你的脚本独立的Web 应用

Wt (明确的是 'witty') 是一个 C++ 类和应用服务,开发和部署应用程序。 Although Wt supplies a GUI, it is not your typical "framework", which locks you into someone's preconceived idea of how applications should be structured. Rather, Wt is widget-centric, and although inspired by existing C++ GUIs, it offers complete abstraction of any web-specific implementation details, all the way down to event handling and graphics support. It's probably not a coincidence that Wt is named similarly to the ever-popular Qt application development system!

» 阅读全文

Tags: 翻译

安装 Wt 2.1到Windows

HOWTO(怎样做)假设你有一个干净的Windows系统并希望使用Wt2.1或者更新的系列(使用旧的版本可以去这里 。我们开始下载的编译器和系统库。我们继续讲解如何创建从属库和如何安装他们。 然后配置被隐藏的Wt, 并最终建立Wt和可运行的例子。

» 阅读全文

Tags: 翻译, wt

Wt: 一个web 工具包

Wt 是一个可以免费获得的类库和应用服务 ,使得C++程序员写现代化的WEB应用程序使其拥有一个熟悉的 C++ GUI 程序风格。Wim领导Sobicom nv,一个软件工程咨询公司专门从事嵌入式系统设计和生物信息学。 Koen 完成了博士学位在医学科学方面。 我们可以分别联系 wdumon@gmail.com 和 koen.deforche@ gmail.com。

» 阅读全文

Tags: 翻译, web

Wt: 简介

Wt(音同'witty')是一个C++库,同时也是开发和部署web应用的服务器。 Wt不是所谓框架(framework),它只是一个库,它不会将编程方式强加于开发者。

» 阅读全文

Tags: web

Windows程序设计笔记

个人的windows程序设计学习笔记整理备忘下去

» 阅读全文

Tags: windows, 编程