Device.h

I was reading a book on computer graphics of C version.There i read about Device.h header file. But when i tried to use it in C++ then i couldn't do it.Does C++ has another header file having same work as Device.h?
If yes what.
Last edited on
Arggh. How would we know what Device.h was suppose to do? What functions it offered etc? You didn't even tell us the book.

Think before you ask.
http://www.cplusplus.com/forum/articles/1295/
why are you getting annoyed if you don't know.
I don't know many functions but few are -
setPixel(x,y)
polyline
genaralizeddrawingprimitive

If you know anything write here else don't write.
Book is-
computer graphics
c version
by Donald hearn
Zaita, calm down. I understand your frustration, but the tone...a polite reference to article 1295 will do.
I think Zaita should read the article 1925 before write such a post .
@Corpus: Try to count the number of questions asked each day that have no referential information in them.

@mate334: Without being familiar with the actual file, and it's full scope of functionality there is no way for us to tell you if an equivalent header exists. Most likely it won't, as the graphic capabilities of C++ are quite limited without adding a 3rd party library (www.opengl.org)
Topic archived. No new replies allowed.