令人难以置信的简单图形问题 [英] Incredibly simple graphics question

查看:69
本文介绍了令人难以置信的简单图形问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用C ++做图形。令人惊讶的是,到目前为止还没有人能够告诉我任何有用的信息。我该怎么做?任何输入都会非常感激。


Jason

I want to do graphics with C++. Surprisingly, so far nobody has been
able to tell me anything helpful. How do I do it? Any input would be
greatly appreciated.

Jason

推荐答案

< a href =mailto:dr *************** @ hotmail.com> dr *************** @ hotmail.com (Jason Swett)写道:
dr***************@hotmail.com (Jason Swett) writes:
我想用C ++做图形。令人惊讶的是,到目前为止还没有人能够告诉我任何有用的信息。我该怎么做?任何输入都将非常受欢迎。
I want to do graphics with C++. Surprisingly, so far nobody has been
able to tell me anything helpful. How do I do it? Any input would be
greatly appreciated.




可能是因为图形操作本身并不是用

语言提供的。如果你在win32平台上,我建议你做一个或多个

以下(其中两个假设你不是MS-dweeb with Visual

Studio):


1.开始仔细阅读win32 api。有一个Windows帮助文件

www.mingw.org上定义的api 我发现非常有帮助。


2.购买Charles Petzold的书Programming Windows (无论是什么

最新化身)。


3.安装mingw并熟悉环境。


--Randy

-

%Randy Yates%她对Wagner很好 - 我想她会为贝多芬而死。

%% Fuquay-Varina,NC%她很喜欢Puccini设定曲调的方式,并且

%%% 919-577-9882%Verdi'总是来自她房间。

%%%%< ya *** @ ieee.org> %Rockaria,*新的世界纪录*,ELO
http:/ /home.earthlink.net/~yatescr



Probably because graphics operations are not provided natively in the
language. If you''re on a win32 platform, I suggest you do one or more
of the following (two of which assume you''re NOT a MS-dweeb with Visual
Studio):

1. Begin perusing the win32 api. There is a Windows help file with
the api defined at www.mingw.org that I find very helpful.

2. Buy Charles Petzold''s book "Programming Windows" (whatever the
latest incarnation is).

3. Install mingw and become familiar with the environment.

--Randy
--
% Randy Yates % "She''s sweet on Wagner-I think she''d die for Beethoven.
%% Fuquay-Varina, NC % She love the way Puccini lays down a tune, and
%%% 919-577-9882 % Verdi''s always creepin'' from her room."
%%%% <ya***@ieee.org> % "Rockaria", *A New World Record*, ELO
http://home.earthlink.net/~yatescr


Jason Swett发布:
Jason Swett posted:
我想用图片做C ++。令人惊讶的是,到目前为止还没有人能够告诉我任何有用的信息。我该怎么做?任何意见都将受到高度赞赏。

Jason
I want to do graphics with C++. Surprisingly, so far nobody has been
able to tell me anything helpful. How do I do it? Any input would be
greatly appreciated.

Jason




Google forOpenGL C ++。

-JKop



Google for "OpenGL C++".
-JKop


" Jason Swett" <博士*************** @ hotmail.com>在留言中写道

新闻:a0 ************************** @ posting.google.c om ...
"Jason Swett" <dr***************@hotmail.com> wrote in message
news:a0**************************@posting.google.c om...
Re:难以置信的简单图形问题
我想用C ++做图形。


难以置信的简单回答:


ISO标准C ++(这里的主题)绝对没有功能

哪个支持图形。


这样的域本身就是主机平台的域。

因为C ++在设计上是平台中立的,所以

当然没有这种语言指定的东西。


特定于平台的库可以与C ++

语言结合使用来实现图形化平台上的应用程序带有图形功能的
(请注意,并非所有人都有它们),

但这些问题在这里不是主题。可以为各种平台构建的一个这样的库

是:
www.wxwidgets.org

令人惊讶的是,到目前为止,没有人能够告诉我任何有用的信息。


因为没什么好说的。

我该怎么办?


你不会。

任何输入都会非常感激。
Re: Incredibly simple graphics question I want to do graphics with C++.
Incredibly simple answer:

ISO standard C++ (the topic here) has absolutely no features
which support graphics.

Such a domain is inherently that of the host platform.
Since C++ is, by design, intended to be platform-neutral,
of course no such things are specified by the language.

Platform-specific libraries can be combined with the C++
language to achieve graphical applications on platforms
with graphics features (note that not all have them),
but such issues are not topical here. One such library
which can be built for a variety of platforms is:
www.wxwidgets.org
Surprisingly, so far nobody has been
able to tell me anything helpful.
Because there''s nothing to tell.
How do I do it?
You don''t.
Any input would be
greatly appreciated.




以下链接摘自新闻组常见问题解答

''alt.comp.lang.learn.c-c ++'',但同样适用于''comp.lang.c ++ '':

http ://ma.rtij.nl/acllc-c++.FAQ.html#q4.6


comp.lang.c的目的++:
http://www.slack.net/~shiva/welcome.txt


C ++ FAQ:
http://www.parashift.com/c++-faq-lite/

您可以找到有关特定主题的新闻组(例如 www.groups.google .com


如果你关注微软平台(大多数人问这个问题似乎是这个问题),权威来源是:
www.msdn.microsoft.com

(也有与MS相关的链接新闻组)


-Mike



The following link is to an excerpt from the FAQ for newsgroup
''alt.comp.lang.learn.c-c++'', but applies equally to ''comp.lang.c++'' :

http://ma.rtij.nl/acllc-c++.FAQ.html#q4.6

Purpose of comp.lang.c++ :
http://www.slack.net/~shiva/welcome.txt

C++ FAQ:
http://www.parashift.com/c++-faq-lite/

You can locate newsgroups about particular topic(s) (e.g. an
operating system / platform) here:
www.groups.google.com

If you''re concerned with Microsoft platform(s) (most folks asking
this question here seem to be), the authoritative source is:
www.msdn.microsoft.com
(which also has links to MS-related newsgroups)

-Mike


这篇关于令人难以置信的简单图形问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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