Results 1 to 3 of 3

Thread: [C++] Sample code for drawing shapes

  1. #1

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    [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.
    Don't Rate my posts.

  2. #2
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    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?

  3. #3

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Re: [C++] Sample code for drawing shapes

    Oh, bugger, how did I forget to mention that. DirectX 9 is my weapon of choice.
    Don't Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width