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.
@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)