关于它对XP的可能性的C ++问题 [英] C++ Question about its possibilites to XP..

查看:74
本文介绍了关于它对XP的可能性的C ++问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在考虑学习C ++以真正理解计算机

编程。我的很多朋友告诉我C ++更快更好

质量。我的问题是C ++可以创建Windows应用程序吗?对于

Windows XP?或者C ++仅限于开源应用程序,命令

提示应用程序?是否可以使用C ++为Microsoft Windows创建实时应用程序

?我似乎无法在我的搜索引擎中使用

关键字找到答案。我有点困惑。

解决方案

" pachanga" <曲******* @ yahoo.com>在消息中写道

news:11 ******************** @ f14g2000cwb.googlegrou ps.com ...

我正在考虑学习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


是否可以使用C ++将我的核心编码用于实时

应用程序并使用C#作为用户界面?用户界面(看起来像它的外观,按钮,窗体的形式),但使用C ++有我的核心编码

幕后?


pachanga写道:

我正在考虑学习C ++以真正理解计算机编程。我的很多朋友告诉我,C ++的质量更快,更好。
比什么更快?汇编,LISP,Basic,FORTRAN,COBOL等?

我的问题是C ++可以创建Windows应用程序吗?
是的,可以用C ++编写一个程序来在不同的平台上创建Windows应用程序,只要这些平台支持窗口化。

对于Windows XP?
可能,但在微软新闻组中询问。请参阅下面的welcome.txt

链接。

或C ++仅限于开源应用程序,命令提示符
应用程序?
C ++的用法仅限于具有

编译器的平台。 C ++可用于自动售货机应用程序,

VCR,洗碗机和磁带机。 Windows不是世界上唯一的

平台。

是否可以使用C ++为Microsoft
Windows创建实时应用程序?
取决于Windows操作系统和正在执行的其他应用程序

。实时程序可以用任何

语言编写。操作系统并不关心

程序的编写语言。操作系统负责及时执行程序
。该程序是

负责在时限内完成任务。

我似乎无法在我的搜索引擎中使用
关键字找到答案。我有点困惑。



为了减轻你的困惑,请查看以下短语

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:
< a rel =nofollowhref =http://www.comeaucomputing.com/learn/faq/ target =_ blank> 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 computer
programming. A lot of my friends tell me that C++ is faster and good
quality. My question is can C++ create Windows Applications? For
Windows XP? or is C++ limited to open source applications, command
prompt applications? Is it possible to create a real-time application
for Microsoft Windows using C++? I can''t seem to find the answer using
keywords in my search engine. I am a bit confused.

解决方案

"pachanga" <qu*******@yahoo.com> wrote in message
news:11********************@f14g2000cwb.googlegrou ps.com...

I was thinking of learning C++ to really understand computer
programming. A lot of my friends tell me that C++ is faster and good
quality. My question is can C++ create Windows Applications? For
Windows XP? or is C++ limited to open source applications, command
prompt applications? Is it possible to create a real-time application
for Microsoft Windows using C++? I can''t seem to find the answer using
keywords 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 fully
supports C++ for programming any interfaces provided by its operating
system.

However, the standard C++ language and libraries themselves do not
include the ability to program graphical user interfaces. Instead,
you need to use one of the many C++-compatible libraries that
are 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 are
languages 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 form
Brainbench MVP for C++ <> http://www.brainbench.com


would it be possible to use C++ has my core coding for a real-time
application and use C# for the user interface? user-interface (would be
the way it looks, buttons, windows form) but use C++ has my core coding
behind the curtain?


pachanga wrote:

I was thinking of learning C++ to really understand computer
programming. A lot of my friends tell me that C++ is faster and good
quality. Faster than what? Assembly, LISP, Basic, FORTRAN, COBOL, etc.?
My question is can C++ create Windows Applications? Yes, one can write a program in C++ to create Windows applications on
different platforms, provided that those platforms support windowing.
For Windows XP? Probably, but ask in a Microsoft newsgroup. See the welcome.txt
link below.
or is C++ limited to open source applications, command prompt
applications? The usage of C++ is only limited to the platforms that have a
compiler for it. C++ can be used for vending machine applications,
VCRs, Dishwashers, and tape drives. Windows are not the only
platform in the world.
Is it possible to create a real-time application for Microsoft
Windows using C++? Depends on the Windows operating system and the other applications
that it is executing. A real-time program can be written in any
language. The operating system doesn''t care what language the
program was written in. The operating system is responsible
for executing programs in a timely fashion. The program is
responsible for accomplishing tasks within the time limits.
I can''t seem to find the answer using
keywords in my search engine. I am a bit confused.


To lessen your confusion, look up the following phrases
or words at http://foldoc.doc.ic.ac.uk/foldoc/index.html
real time
operating system
application
open source
platform
--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.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 ++问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆