Results 1 to 4 of 4

Thread: Lines

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    84

    Lines

    I want to draw some lines using graph.
    I tried the example which is in the help, but that didn't work. It didn't understand close_graph etc.

    Anyone got any other examples.


    -======-
    Abel

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    "graph"?

    What compiler are you using? If you're trying to use the functions from graphics.h, that's only for 16-bit Borland compilers.

    Modern 32-bit compilers won't support them - for graphics you need to use either GDI (like in Windows), DirectX, or OpenGL.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    84
    Ok

    Any idea of how to do that than. Any examples ??

    -===-
    -Abel-
    -===-

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Here's some links:

    www.gamedev.net
    www.opengl.org
    www.flipcode.com

    What compiler / OS are you using?
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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