How interfacing with graphics card work with C or C++?
问题 Libraries such as OpenGL access the graphics card and can produce graphics programs, how does these libraries access the graphics card since they are implemented using C. According to what i've heard, C and C++ do not provide graphics features built in the language and producing graphics requires libraries. How then are these libraries written in C? The same question applies for sound also? Are additional features to C/C++ languages such as graphics, sound, internet access written in lower