A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Why doesn't standard C have graphics libraries?

Best Answers

Also, the OpenGL standard is a C library, not a C++ library, but there are plenty of wrappers around it. So, when you would consider the functionality that you would like in a standard graphics library, what would those be? Output of text, of course. Drawing lines and circles. Displaying bitmaps and icons. read more

Which is why you don't want a standard library as part of the C++ standard. not as part of any other programming language, to be honest. What you might want is a library to create forms, buttons, textboxes and other window controls. read more

Encyclopedia Research

Related Facts

Related Types

Related Question Categories

Image Answers