Drawing boxes/lines/curves etc in c

gentobu

Golden Member
Jul 6, 2001
1,546
0
0
Im taking a class on c right now, and I would like to make my programs 'nicer' by creating a gui-like interface. Unfortunately I have no idea how to draw boxes, lines, etc in c. Can someone tell me how to do this (or show me a website that can)?
 

Chaotic42

Lifer
Jun 15, 2001
34,028
1,184
126
QBASIC user, eh?

You'll need some kind of appropriate library. What system are you using?
 

gentobu

Golden Member
Jul 6, 2001
1,546
0
0
Originally posted by: Chaotic42
QBASIC user, eh?

You'll need some kind of appropriate library. What system are you using?

Heh, yeah Qbasic was the first programming language that I learned. Right now Im using Dev-C++ on a windows xp machine, but at school we use Turbo c (I'm not really sure which version it is). I've found a few graphics libraries, but if you could suggest some good free ones I would appreciate it. Also would you happen to know if there is an equvalent in c to Qbasics locate function?