From the answers recieved for the question here: Graphics using Standard C++ only?
Seems to be that C++ itself does not have GUI functionality. So how do other Frameworks like Qt which support GUI in C++ do that? Do they use some other language internally or is there some other standard lobrary/protocol for GUI?
And I am concerned about the C++ language frameworks only.
Thank You.