Search:

Type: Posts; User: StormySpike

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,104

    K, thx!

    K, thx!
  2. Replies
    5
    Views
    1,104

    i'ved tried all the graphic libs in the source...

    i'ved tried all the graphic libs in the source section of the site, but the program has an error every time i run it. i use MVC++ 6.0
    since i am using a console app can i use assembly to draw...
  3. Replies
    5
    Views
    1,104

    DOH! that sucks...

    DOH! that sucks...
  4. Replies
    5
    Views
    1,104

    ...my line func...

    hey my line function compiles and everything but when i call it, it does not draw a line, here is the code:

    void draw(int x1, int y1, int x2, int y2)
    {
    tagPOINT pts[2] ;
    pts[0].x = x1 ;
    ...
  5. Replies
    5
    Views
    2,399

    heh, i guess i should have said console instead...

    heh, i guess i should have said console instead of dos...
    Well anyone know of a good console graphics library?

    (oops)
  6. Replies
    5
    Views
    2,399

    if so then why does it have Win32 console...

    if so then why does it have Win32 console Application under new?
    Can i still not do any graphics in dos?
  7. Replies
    5
    Views
    2,399

    VC++ graphics in dos.

    Any one know of a good graphics library for VC++ 6.0 in dos?
    i have tried all of the files in the source section of this site and i always recieve and error while running the program. can anyone put...
Results 1 to 7 of 8