创建“自制” gui框架 [英] Creating "homemade" gui frameworks

查看:80
本文介绍了创建“自制” gui框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道C ++和C#有几个受人尊敬的框架,但我真的很想知道是否有人能指出我为自定义图形用户界面(或任何类型的框架)创建自己的框架的任何书籍或在线教程,对于这个问题)。谢谢

I know there are several respected frameworks for C++ and C#, but I was really wondering if someone could point me to any books or online tutorials for creating my own framework for a custom graphical user-interface (or any type of framework, for that matter). Thanks

推荐答案

让我们试着阅读使用C ++进行基于框架的软件开发 [ ^ ] book。

本书提供了实现框架的详细方法 - 当今在对象技术中最重要的进步,以解决实际业务问题。本书介绍了一种用于构建反映业务需求的框架的新方法。它提供了执行域分析的分步过程,这对于开发可重用软件至关重要。它介绍了设计模式和规则,以及可用于评估框架的相对质量和有用性的指标。它介绍了开发框架时要遵循的程序,包括模式选择,文档和测试 - 并展示了管理在框架开发中的作用。本书使用新方法,构建了两个框架,一个用于自动化工作流程,另一个用于开发全局风险度量应用程序。本书适用于几乎所有软件开发人员,工程师和管理人员,因为它提供了开发对象框架的第一个实用方法,这将在面向对象的软件开发中越来越重要。



祝你好运。

Alex。
Let's try to read the Framework-Based Software Development in C++[^] book.
This book provides a detailed methodology for implementing frameworks -- today's most important advance in object technology to solve real business problems. This book introduces a new methodology for building frameworks that reflect the needs of a business. It provides a step-by-step procedure for performing domain analysis, which is critical to developing reusable software. It presents design patterns and rules, as well as metrics that can be used to assess the relative quality and usefulness of frameworks. It introduces procedures to be followed in developing a framework, including pattern selection, documentation and testing -- and shows the role of management in framework development. Using the new methodology, the book walks through the construction of two frameworks, one to automate workflow, and another to develop a global risk measurement application. This book is for virtually all software developers, engineers and managers, because it provides the first practical methodology for developing object frameworks, which will be increasingly central in object-oriented software development.

Good luck.
Alex.


这篇关于创建“自制” gui框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆