Connecting Tech Pros Worldwide Help | Site Map

simple graphics question

rkeisler
Guest
 
Posts: n/a
#1: Jul 22 '05
hi everyone,

i've just started programming in c++. i'm on a PC and am running
"wedit" as my compiler. as far as i can tell there are no built-in
graphics libraries.

could someone please point me in the direction of an easy way to do
graphics. i need to know where these new libraries go, how to call
them, etc. i just want to draw 2D plots (preferably with a .ps or
..pdf output).

thanks!
ryan
Victor Bazarov
Guest
 
Posts: n/a
#2: Jul 22 '05

re: simple graphics question


"rkeisler" <rkeisler@hotmail.com> wrote...[color=blue]
> i've just started programming in c++. i'm on a PC and am running
> "wedit" as my compiler. as far as i can tell there are no built-in
> graphics libraries.
>
> could someone please point me in the direction of an easy way to do
> graphics. i need to know where these new libraries go, how to call
> them, etc. i just want to draw 2D plots (preferably with a .ps or
> .pdf output).[/color]

Try asking in comp.graphics.algorithms or in a newsgroup for your
operating system (PC is not an operating system). See the family
of newsgroups titled comp.os.*

Good luck!

Victor


Rolf Magnus
Guest
 
Posts: n/a
#3: Jul 22 '05

re: simple graphics question


rkeisler wrote:
[color=blue]
> hi everyone,
>
> i've just started programming in c++. i'm on a PC and am running
> "wedit" as my compiler.[/color]

"wedit" sounds more like an editor than like a compiler.
[color=blue]
> as far as i can tell there are no built-in graphics libraries.[/color]

built-in to what?
[color=blue]
> could someone please point me in the direction of an easy way to do
> graphics. i need to know where these new libraries go, how to call
> them, etc. i just want to draw 2D plots (preferably with a .ps or
> .pdf output).[/color]

Your question is off-topic here, since it doesn't actually have to do
with the C++ language itself. The answer to your question depends on
your platform. You said you want to write your program for PC, but
there are still a lot of very different operating systems for it. You
should try a newsgorup about programming for your OS.

Closed Thread