c++ 游戏/动画教程和 Windows 窗体!
我无法找到一些 C++ 和 Windows 窗体的游戏/动画教程。 很多人(在线)告诉我使用 gamedev.net,我也这样做了,但不幸的是我找不到我需要的信息:(
有谁知道任何简单游戏(如蛇或pong)或使用 C++(不是 C#)的 Windows 窗体中的简单动画?如果是,请请告诉我,
期待回复 ! 谢谢!
I'm having trouble finding some gaming/animation tutorial for c++ and windows form.
I've been told (online) by many people to use gamedev.net, which i did, but unfortunately i could not find the information that i need :(
Does anyone know of any good tutorials for either a simple games (like snake or pong) or of simple animation in Windows Forms using C++ ( not C# )? If so, please let me know!
Looking forward to a reply,
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 C++ 或混合 C++\CLI 中使用 Allegro。
请参阅此处。
You can use Allegro in C++ or mixed C++\CLI.
see here.