耦合 - C++ Web 或 GUI 桌面应用程序

发布于 2024-11-01 09:49:37 字数 162 浏览 0 评论 0原文

如何处理高级 C++ 应用程序中的耦合?


我们可以使用用 Witty 编写(例如)的 Web 应用程序的完成代码,并用它制作控制台应用程序吗? ...或者将其更改为带有 Qt 制作的 GUI 的桌面应用程序?

是/否,为什么?

如何使其最可能且最容易?

How to handle coupling in advanced C++ applications?

Can we use finished code for web application, written (for e.g.) with Witty, and make console application with it? ...or change it to desktop application with GUI made with Qt?

yes / no and why?

how to make it most possible and easy?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怪我闹别瞎闹 2024-11-08 09:49:37

这取决于您的应用程序是如何开发的。您是否在 Web 应用程序中使用过设计模式和其他技术(例如 MVC)?如果是这样,我认为您可以开发控制台应用程序而无需进行太多更改。如果没有,您将不得不重构一些代码。

It depends on how your application was developed. Have you used design patterns and other techniques like MVC in the web application? If so, I think you can develop console application without doing many changes. If you haven´t, you will have to refactor some code.

那片花海 2024-11-08 09:49:37

从技术上来说,使用 QT 中的一些组件(例如 QmlApplicationViewer 或 Html5ApplicationViewer)是可行的,如果您的应用程序不太大或者不需要太多更改或新功能,我会说继续使用它,否则我建议考虑另一种选择。

--我建议看看 Titanium studio,它可能就是您正在寻找的(http://www.appcelerator.com/)

It is technically possible with some of the components from QT like QmlApplicationViewer or Html5ApplicationViewer, if your application is not to big or if does not require many changes or new functionality I would say go for it, otherwise I would suggest to consider another alternative.

--I would suggest to have a look at Titanium studio, it might be what you are looking for (http://www.appcelerator.com/)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文