borland c++中的图形添加

发布于 2025-01-01 01:28:04 字数 94 浏览 3 评论 0原文

我正在使用borland c++ 来运行我的c++ 程序。如何在其中添加图形库,就像我们在TURBO c++ 中添加graphics.h 一样?如何用图形命令运行我的程序呢?

I am using borland c++ to run my c++ programs.How to add graphics library in it just as we have graphics.h in TURBO c++ ?? How to run my program with graphics command it it??

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

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

发布评论

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

评论(2

给我一枪 2025-01-08 01:28:04

您可以从 Turbo C++ 访问 Windows GDI。然而,更好的方法是改用现代实现,例如 Visual Studio。

如果只是个人项目,则可以免费使用 Express Edition,或者您可以从 Microsoft 购买 Professional 许可证。或者,还有其他可用的现代 C++ 实现,例如 g++。

编辑:Visual Studio Express Edition 也可以用于商业用途。

You can access the Windows GDI from Turbo C++. However, a better route to take would be to switch to using a modern implementation such as Visual Studio.

If it is just a personal project then Express Edition is freely available or you can purchase a Professional license from Microsoft. Alternatively there are other modern C++ implementations available such as g++.

Edit: Visual Studio Express Edition can be used commercially also.

窝囊感情。 2025-01-08 01:28:04

Borland CBuilder 有 VCL-Visual 组件库..您可以通过在 #pragma hdrstop 之前包含它来使用它,因为 vcl.h

Borland 帮助有很多有关组件的信息..

Borland CBuilder has VCL-Visual Component Library..you may use it by including it before #pragma hdrstop as vcl.h

Borland Help has lots of information about the components..

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