As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center提供指导。




已关闭8年。




C++通过使我对自己的内存进行微管理,使我的键入过多(hello std::vector<Thingy>::const_iterator it = lotsOfThingys.begin())以及使我的编译时间很长,使我浪费了太多时间。认真的实时图形编程的最佳选择是什么?垃圾回收是必须的(必要时还可以避免使用垃圾回收),并且速度必须与C++竞争。访问C库的合理故事也是必须的。

(完全公开:我对此有自己的答案,但是我很想看看其他人发现哪些是实时图形工作的C++的良好替代品。)

编辑:感谢大家的周到答复。鉴于此问题确实没有“正确”的答案,因此我不会选择任何特定的答案。此外,我只是选择我碰巧喜欢的语言作为C++替代语言,这并不公平。

最佳答案

D Programming Language呢?

评论中要求提供一些链接:

Win32 Api

Derelict (Multimedia lib)

关于c++ - 实时图形编程的最佳替代品是C++? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/72931/

10-09 04:37