simple C++ graphics

Deeko

Lifer
Jun 16, 2000
30,213
12
81
Hi I want to learn some simple C++ graphics, like console stuff.....I have VC++ 6 at home, at school, we have an older version of Borland, I think like 4.0 or something.....anyway, are there any header files out there that will work with both? Where can I get them? Thanx
 

br0wn

Senior member
Jun 22, 2000
572
0
0
hey if you are proficient in C++,
why don't you learn OpenGL ? Not hard to learn if you
already know C or C++.
Its free and its a standard in industry, plus you
can create amazing graphics with it.
 

Deeko

Lifer
Jun 16, 2000
30,213
12
81
I would love to learn OpenGL, but that's waaay over my head. I'm talkin simple stuff at this point. I downloaded a couple of simple ones that do like putpixel and circle and line and all that crap, but none of them work. On VC++, it says I need mem.h for most of them and on the other it says I need bios.h On the borland one at school they change the screen mode but nothing else...and then they refuse to change back....is that cause it runs console programs in windows text boxes?