Results 1 to 2 of 2

Thread: Console Graphics

  1. #1
    Guest
    In VC++6, there should be some way to manipulate simple graphics operations in the console. Like.. LineTo, Circle, PutPixel and VisualPages. I can manipulate all of this in Borland C++ 5 at school, but Win2000 at home doesn't seem to want me installing it (Gives me really weird errors and nothing works). Probably just another one of MS's plans to take over the C++ industry, but anyways..

    I've looked around a lot and I can't seem to find out how to do these operations in VC++6 so if anyone could help it would be great.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You can't do it in VC as such, but with some asm trickery you can get it to work.

    Borland comes with graphics.h to make stuff like this easy - VC is designed for windows, so you don't get it

    Look at http://www.scitechsoft.com and get MGL for a REALLY useful toolkit with FULL SOURCE
    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