EvilZone
Programming and Scripting => C - C++ => : pllaybuoy October 17, 2012, 04:03:12 PM
-
I have a very very old book here which I stole from a school library (yah I did wrong , but it was getting rust there anyways)
Its named "object oriented programming in c++" , its a very very old book . These days I've been studying with c++ primer plus but I was just reading this old library book and found a chapter BORLAND C++ GRAPHICS , so borland is some compiler of that old time and it had a header file graphics.h for using simple grahpics like rectangles or adding text to your color and the likes , I was wondering if I could get the header file somehow for my devcpp compiler , how do I do that now ? It would be fun adding colors and boxes to your text I guess .
edit : found on web that its not compatible for devcpp , fml T_T any other compiler comptatible for that ?
-
maybe codeblocks?
http://www.cse.dmu.ac.uk/~bb/Teaching/8051board/BorlandGrpahics/BorlandGraphicsInterface.html (http://www.cse.dmu.ac.uk/~bb/Teaching/8051board/BorlandGrpahics/BorlandGraphicsInterface.html)
EDIT:
scroll to 'How do I use Borland Graphics Interface (graphics.h)?'
http://www.uniqueness-template.com/devcpp/ (http://www.uniqueness-template.com/devcpp/)