Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Graphics

Status
Not open for further replies.

yavuz

Technical User
Apr 27, 2002
12
BE

I'm a beginner in c++.
I installed the compiler of roland and now I want draw graphics, but how will I do that.
I searched the internet, but didn't find good information about graphics. There are some examples, but they don't work.
What do I need to be able to make graphics ?(maybe a package like graphics.h ?) and how will I use that?
Can you give me a website address where I can find enough information?
Thank you all... :)
 

I meant Borland, not Roland :)
 

I'm don't have some library files such as graphics.h
What do I have to do?
 
Access the Canvas property of the form,and make use of its functions or learn directx (directdraw and direct3d)

for example:

Canvas->Rectangle(10,40,100,200);

 
And, if you know one, can you give me an URL where I can find information about some important functions, libraries,... [reading]
What I found were introductions to programming...
Thanks
s-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top