新的c ++ [英] new to c++

查看:57
本文介绍了新的c ++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一名java程序员,我想开始编写c ++程序:我有

找到编译器和示例但是我没有发现任何关于

GUI,如框架,文本字段等。

有人可以帮助我吗?

再见

Maurizio

I am a java programmer and i want to start to write c++ program: I have
found the compiler and the examples but i have''t found nothing about the
GUI, like frames, textfields, etc.
Can someone help me?
Bye
Maurizio

推荐答案



" maurizio" < MC ***** @ tin.it>在消息中写道。

"maurizio" <mc*****@tin.it> wrote in message .
我是一名java程序员,我想开始编写c ++程序:我有


这很好。

找到了编译器和示例,但我没有发现任何关于
GUI的内容,如框架,文本字段等。
I am a java programmer and i want to start to write c++ program: I have
That''s good.
found the compiler and the examples but i have''t found nothing about the
GUI, like frames, textfields, etc.




框架,文本字段之类的东西不是由* Standard * C ++定义的。您需要

来检查编译器文档以执行此类操作。你可能想要阅读好的C ++教科书,如Accelarated C ++(Koening& Moo),或者你可以做到这一点!

(Francis Glassborrow)。


-Sharad



Things like frames, textfields are NOT defined by *Standard* C++. You need
to check your compiler documentation to do such things. You may want to read
a good C++ textbook like Accelarated C++ (Koening & Moo) or You Can Do It!
(Francis Glassborrow).

-Sharad




" Sharad Kala" <无****************** @ yahoo.com> ha scritto nel messaggio

news:2o ************ @ uni-berlin.de ...

"Sharad Kala" <no******************@yahoo.com> ha scritto nel messaggio
news:2o************@uni-berlin.de...

"莫里吉奥" < MC ***** @ tin.it>在消息中写道。

"maurizio" <mc*****@tin.it> wrote in message .
我是一名java程序员,我想开始编写c ++程序:我有
这很好。
I am a java programmer and i want to start to write c++ program: I have
That''s good.
找到编译器和示例,但我没有发现任何关于
GUI,如框架,文本字段等。
found the compiler and the examples but i have''t found nothing about the
GUI, like frames, textfields, etc.



框架,文本字段等内容未定义通过* Standard * C ++。您需要
检查编译器文档以执行此类操作。您可能希望



Things like frames, textfields are NOT defined by *Standard* C++. You need
to check your compiler documentation to do such things. You may want to



阅读一本好的C ++教科书,如Accelarated C ++(Koening& Moo)或者你能做到的!
(Francis Glassborrow)。

-Sharad


read a good C++ textbook like Accelarated C++ (Koening & Moo) or You Can Do It!
(Francis Glassborrow).

-Sharad



如果我理解,但我不确定,GUI和其他用户界面

是个人或企业图书馆不标准,我必须支付和

进口我的程序。

Regard

Maurizio


If i understand, but i''m not really sure, the GUIs and other user interfaces
are in personal or enterprise library not standard, that i have to pay and
to import in my program.
Regard
Maurizio


如果我理解,但我不确定,GUI和其他用户
接口是个人或企业库不标准,我需要支付并在我的程序中导入。
If i understand, but i''m not really sure, the GUIs and other user interfaces are in personal or enterprise library not standard, that i have to pay and
to import in my program.




标准C ++由ISO / IEC 14882:2003定义。它没有GUI

编程的概念。要做这些事情,你需要求助于第三方

库或编译器提供的支持/扩展。例如。在VC ++上你

可以使用MFC或WTL来做这些事情,但这些都是非标准的

即非便携式。


-Sharad



Standard C++ is defined by ISO/IEC 14882:2003. It has no notion of GUI
programming. To do these kind of things you need to resort to 3rd party
libraries or support/extensions provided by your compiler. E.g. on VC++ you
can use MFC or WTL to do these kind of things but these are non-standard
i.e. non-portable.

-Sharad


这篇关于新的c ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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