Computer Science Canada C++ Graphics |
Author: | Catalyst [ Fri Mar 07, 2003 5:00 pm ] |
Post subject: | C++ Graphics |
Are there any c++ (or c) graphics libraries? (that are free) I dont want to dive into directX openGL or the windows API just yet. Looking for somehting simple, with basic commands |
Author: | Tony [ Fri Mar 07, 2003 6:00 pm ] |
Post subject: | |
tough question. Well really all you need to find is a library for drawing a dot, you can figure all turing's draw commands from there. But as far as I know, C++ isn't too graphics friendly ![]() ![]() |
Author: | Dan [ Fri Mar 07, 2003 8:42 pm ] |
Post subject: | |
well if you whont simple graifkes like turing in C and C++ in dos, i whode recomend turbo c++ dos version compiler. it has a simple graificks lobearly biulte in to it. also i have a libeay for it that will let you import bmp's. |
Author: | Asok [ Fri Mar 07, 2003 10:51 pm ] |
Post subject: | |
Hacker Dan wrote: it has a simple graificks lobearly biulte in to it. also i have a libeay for it that will let you import bmp's.
hehe ok lemme try to translate for those of you who don't speak Dan-ish He is saying "it has a simple graphics library built in to it. Also I have a library for it that will let you import bmp's." I hope this clears that up, I read that the first time and I had an epileptic seizure ![]() |
Author: | Dan [ Fri Mar 07, 2003 11:09 pm ] |
Post subject: | |
ROFL, one of my best spelling jobs yet ![]() ![]() |
Author: | Tony [ Sat Mar 08, 2003 12:58 pm ] |
Post subject: | |
We should nominate Dan for Guiness world record in the category - "most misspelled words in a single sentace" ![]() |
Author: | Asok [ Sat Mar 08, 2003 1:22 pm ] |
Post subject: | |
whel enyone con mispel wurds, wee wuld ned too ad "unnowingly" ![]() |
Author: | Martin [ Mon Mar 24, 2003 10:07 pm ] |
Post subject: | |
if you're just learning c++ these are two good sites www.cprogramming.com www.cppreference.com |
Author: | JayLo [ Mon Apr 07, 2003 9:33 pm ] |
Post subject: | |
fanks fur the site, d00ds. i'm starting too lern C++ to mod fr halflife. pretty freaky though, crzy stuffs/ |
Author: | Catalyst [ Tue Apr 08, 2003 6:13 am ] |
Post subject: | |
ya, c++ is great tho, im learnin open gl right now |
Author: | Martin [ Wed Apr 09, 2003 3:27 pm ] |
Post subject: | |
Yeah...I wish I didn't learn turing though. Makes it so much harder to learn c++. I mean, the concept's no problem, but why can't they just teach us C++ from the start? |
Author: | Asok [ Wed Apr 09, 2003 4:59 pm ] |
Post subject: | |
because it's much easier for someone to understand and decode it. If everyone learned C++ at the begining people would freak when they got errors, and people would die when they get linker errors ![]() |
Author: | Homer_simpson [ Mon Apr 14, 2003 7:14 pm ] |
Post subject: | |
try http://www.cprogramming.com/links.html there's some graphic tutorial links there.i dunno this is what u wanted |