sstream & screen color query
sstream & screen color query
- Subject: sstream & screen color query
- From: Tommaso Pecorella <email@hidden>
- Date: Mon, 9 Jul 2001 22:02:43 +0200
Hi, I have two problems, the first related to sstream and the second
to a screensaver modul I am writing.
First: sstream. There's no sstream in MacOS X !!
I have a code written for Linux, MacOS and Windows (MacOS and Windows
with CodeWarrior, Linux with gcc). It's completely
platform-independant, and I wanted to compile it also in MacOS X,
however it uses ostringstream, wich is defined in sstream, but...
Any idea ?
Second: how can I ask for which color the screen is displaying at a
given point ?
Where is stored the actual image of the screen ?
Best regards, Tommaso ;-{))