View Single Post
Old 29-04-2005, 03:11 PM   #2
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

you need a library to do graphics. as c++ doesn;t come with it by default.

I suggest libsdl (www.libsdl.org).

it's quite simple to do graphics that way.
You just get a virtual screen on which you can write data.
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Reply With Quote