使用 C++CLI 开始 Windows 编程所需的资源

发布于 2024-08-09 08:27:43 字数 248 浏览 2 评论 0原文

我已经是 C++CLI 的新手,虽然我已经在 VB 和 C++ 上工作了很长时间,但我需要使用它的可视屏幕和简单的代码在 CLI 上启动一个项目(只需在 Windows 中),但是我找不到任何好的资源或书籍来开始 Windows 编程(我的意思是您可以在不使用 C++ 类的情况下将其提供给按钮或文本的代码),

我可以吗找到其中任何一个吗?

谢谢

I'm already new in C++CLI , although I have been working on VB and C++ for a long time , but I need to start a projects on CLI using it's visual screens and easy codes (just in windows) , But I can't find any good Resource or book to start windows programming (I mean codes that you can give it to buttons or texts without using c++ classes) ,

Can I find any of them ?

thank you

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

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

发布评论

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

评论(2

南风起 2024-08-16 08:27:43

我可以向您推荐 3 本书(我用过它们):

  1. C++/CLI 基础 The Visual C++ Language for .NET 3.5
  2. Pro Visual C++/CLI 和 .NET 3.5 Platform
  3. C++/CLI in Action

它们按难度顺序排列。
第一篇和第二篇分别是介绍性的和进阶性的。
第三个非常适合高级主题,例如互操作、混合模式编码等。

I can suggest you 3 books ( I used them ):

  1. Foundations of C++/CLI The Visual C++ Language for.NET 3.5
  2. Pro Visual C++/CLI and the .NET 3.5 Platform
  3. C++/CLI in Action

They are in order of difficulty.
The first and the 2nd are introductory and advance respectively.
The 3rd is great for advanced topics, like interop, mixed-mode coding etc..

忆沫 2024-08-16 08:27:43

不确定您在没有类的 C++ 中做了什么,它是带有类的 C :)。如果您想用 C 语言编写 Windows 程序,Charles Petzold 编写的《Programming Windows, 5th Edition》可能是一个不错的开始。然后您可以决定要学习哪个托管 GUI。 Winform 已经成熟,没有超出 .Net 4.0 的未来计划,而 WPF 正在成长,是 Microsoft 的主要关注点。

Not sure what you have done in your work with C++ without classes, it is C with classes :). If you want to write Windows Program in C, Programming Windows, 5th Edition written by Charles Petzold could be a good start. Then you can decide which managed GUI to learn. Winform is mature with no future planned beyond .Net 4.0, while WPF is growing and is the main focus of Microsoft.

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