Connecting Tech Pros Worldwide Help | Site Map

how to in c++???

  #1  
Old April 22nd, 2007, 05:05 PM
FallenJS
Guest
 
Posts: n/a
hi,
I want to know how to make graphics in c++;(lines and cercles in a
known posotions)?

  #2  
Old April 22nd, 2007, 05:25 PM
red floyd
Guest
 
Posts: n/a

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.

  #3  
Old April 22nd, 2007, 07:55 PM
Ron AF Greve
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft access can't find the field 'I' referred to in your expression klaka answers 1 July 4th, 2007 02:15 AM
Word: Object reference not set to in instance of an object Bob answers 1 April 4th, 2007 04:25 PM
columns refered to in view Alexander Cohen answers 1 November 23rd, 2005 12:32 AM
Where can I get the dll referred to in this msdn article? Michael Tholkes answers 2 November 17th, 2005 06:07 PM
Div position relative to in-line link? glutinous answers 2 July 21st, 2005 12:30 AM