Connecting Tech Pros Worldwide Forums | Help | Site Map

how to in c++???

FallenJS
Guest
 
Posts: n/a
#1: Apr 22 '07
hi,
I want to know how to make graphics in c++;(lines and cercles in a
known posotions)?


red floyd
Guest
 
Posts: n/a
#2: Apr 22 '07

re: how to in c++???


FallenJS wrote:
Quote:
hi,
I want to know how to make graphics in c++;(lines and cercles in a
known posotions)?
>
Pick a graphics library with a C or C++ interface. Use it.

Ron AF Greve
Guest
 
Posts: n/a
#3: Apr 22 '07

re: how to in c++???


Hi,

It depends on what system your are on. Linux/unix X-Windows you can use
motif or I believe Qt on ms-windows lookup the gdi functions WM_PAINT
message etc.

http://msdn2.microsoft.com/en-us/library/ms536795.aspx



But for both systems you first have to learn how to create a basic windows
program so you have some learning to do first.

Regards, Ron AF Greve

http://www.InformationSuperHighway.eu

"FallenJS" <fallenjs@gmail.comwrote in message
news:1177257482.175041.64280@n76g2000hsh.googlegro ups.com...
Quote:
hi,
I want to know how to make graphics in c++;(lines and cercles in a
known posotions)?
>

Closed Thread