|
-
Jan 23rd, 2006, 11:41 PM
#1
Thread Starter
PowerPoster
[C++] Sample code for drawing shapes
Hey guys Does anyone know of an tutorials or have any code that just draws a shape on the screen? I wanted to get started by just drawing a few shapes and then I'll figure out what the code is doing from there.
-
Jan 24th, 2006, 03:06 AM
#2
Re: [C++] Sample code for drawing shapes
C++ doesn't have any graphics library by default. You have to use a 3rd party library. So witch one are you wondering about?
Win32 API?
QT?
GT?
Wx***?
OpenGL?
DirectX?
or what?
-
Jan 24th, 2006, 03:23 AM
#3
Thread Starter
PowerPoster
Re: [C++] Sample code for drawing shapes
Oh, bugger, how did I forget to mention that. DirectX 9 is my weapon of choice.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|