Quote Originally Posted by Chris_F
C++ better never have a standard GUI library purposed. C++ like C is meant to be portable to any system. I can compile C++ for a 8-bit microcontroller. How exactly is a GUI library supposed to be ported to that?
Easy: they just leave it out for the set of required libraries for freestanding environment implementations.