How do I put graphics such as pictures and different fonts on C++?
All I know how to write is the little black boxes with white text :(
Do you know any references?
C++ design and graphics???????????
C++ does not have any built-in graphics library. Some compilers (like Borland that was mentioned in one of previous answers) are shipped with some library, but usually they are not very useful in real life.
As beginner you may consider the absence of built-in graphics as a disadvantage. That is not, however. The point is that different applications need absolutely different approach to graphics, so none library can be good for any purpose.
If you want just basic graphics, you can use the graphics library of your OS: both Windows and MacOS have graphics libraries rich enough for basic purposes.
Reply:You would have to go to insert and pick either clip art, pictures, and other varieties. Fonts are in the page layouts in which you could use.
Reply:U please refer the functions under grapics.h header file. Turbo C++ supports only 16bit colors. this is the major limitation.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment