Results 1 to 2 of 2

Thread: lines and graphics in C++?

  1. #1
    NightSt@lker
    Guest

    lines and graphics in C++?

    hey all,

    how do i draw lines or plot points (for a sine or cosine curve) in a Win32 Console application? no MFC please.

    Thanks

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

    If you want to do any graphics you have to make a proper windowed program using either the Win32 API, MFC, WTL, or .NET

    (.NET is dead easy to do, I picked it up in about 10 minutes, and the API is more work but more versatile).
    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