本文介绍了关于它对XP的可能性的C ++问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我正在考虑学习C ++以真正理解计算机 编程。我的很多朋友告诉我C ++更快更好 质量。我的问题是C ++可以创建Windows应用程序吗?对于 Windows XP?或者C ++仅限于开源应用程序,命令 提示应用程序?是否可以使用C ++为Microsoft Windows创建实时应用程序 ?我似乎无法在我的搜索引擎中使用 关键字找到答案。我有点困惑。 解决方案 如果这有助于回答你的问题,大多数应用程序(例如MS Office) 由Microsoft编写在C ++中。 Microsoft完全支持支持C ++编程由其运行的系统提供的任何接口。 但是,标准的C ++语言和库他们自己没有 包括编程图形用户界面的能力。相反, 您需要使用许多与C ++兼容的库中的一个,这些库是可用的(一些是供应商特定的,一些是跨平台的)。 对于实时应用程序,C ++绝对是一个不错的选择。 但是对于用户界面编程本身,还有 语言更易于使用:C#用于MS.NET编程; java,其中包含自己的GUI编程库; Python与TkInter或wxPython;等等。 hth, 伊万 - http://ivan.vecerina.com/contact/?subject=NG_POST < - 电子邮件联系表格 Brainbench MVP for C ++<> http://www.brainbench.com 为了减轻你的困惑,请查看以下短语 或 http://foldoc.doc.ic.ac.uk/foldoc/index.html 实时 操作系统 申请 开源 平台 - Thomas Matthews C ++新闻组欢迎辞: http://www.slack.net/~shiva/welcome.txt C ++ Faq : http://www.parashift.com/c++-faq-lite C常见问题: http://www.eskimo.com/~scs/c-faq/top.html alt.comp.lang.learn.c-c ++ faq: http://www.comeaucomputing.com/learn/faq/ 其他网站: http://www.josuttis.com - C ++ STL图书馆书籍 http://www.sgi.com/tech/stl - 标准模板库 I was thinking of learning C++ to really understand computerprogramming. A lot of my friends tell me that C++ is faster and goodquality. My question is can C++ create Windows Applications? ForWindows XP? or is C++ limited to open source applications, commandprompt applications? Is it possible to create a real-time applicationfor Microsoft Windows using C++? I can''t seem to find the answer usingkeywords in my search engine. I am a bit confused. 解决方案If this helps answer your question, most applications (e.g. MS Office)written by Microsoft are primarily written in C++. Microsoft fullysupports C++ for programming any interfaces provided by its operatingsystem.However, the standard C++ language and libraries themselves do notinclude the ability to program graphical user interfaces. Instead,you need to use one of the many C++-compatible libraries thatare available (some are vendor-specific, some cross-platform).For real-time applications, C++ is definitely a good choice.For user interface programming itself, however, there arelanguages that are easier to use: C# for MS.NET programming ;java, which includes its own libraries for GUI programming ;Python with TkInter or wxPython ; etc.hth,Ivan-- http://ivan.vecerina.com/contact/?subject=NG_POST <- email contact formBrainbench MVP for C++ <> http://www.brainbench.comTo lessen your confusion, look up the following phrasesor words at http://foldoc.doc.ic.ac.uk/foldoc/index.htmlreal timeoperating systemapplicationopen sourceplatform--Thomas MatthewsC++ newsgroup welcome message: http://www.slack.net/~shiva/welcome.txtC++ Faq: http://www.parashift.com/c++-faq-liteC Faq: http://www.eskimo.com/~scs/c-faq/top.htmlalt.comp.lang.learn.c-c++ faq: http://www.comeaucomputing.com/learn/faq/Other sites: http://www.josuttis.com -- C++ STL Library book http://www.sgi.com/tech/stl -- Standard Template Library 这篇关于关于它对XP的可能性的C ++问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!