Thursday, July 9, 2009

Question in C++ ?? (consola) library?

my friend has just told me abt using graphics in C++.to use these graphics he told me that there is a library called consola ?. is the name right? if someone could help me to figure out its commands coz i wanna start using graphics i'm so impressed..if some1 can tell me all the commands or find me some site abt how to use this library.thank you to all

Question in C++ ?? (consola) library?
Ummm.. I think you mean that you want to start using console graphics. In C and C++, these are implemented in non-ANSI standard libraries that are usually platform dependant. A good way to learn about libraries, there uses and drawbacks is to start experimenting with them, as you intend. The URL below has many links to tutorials, compilers and libraries; all of it free to download. You should find specific documentation with each library. Also, remember that each library may have specific dependencies. I hope this helps you learn about libraries and graphics.
Reply:There's no method for graphics in C++ itself. Any graphics library is an API available in C++. Look at OpenGL and DirectX (specifically Direct3D).


No comments:

Post a Comment