To program the GUI in C ++, we can choose between too many libraries, such as Qt , Gtkmm , wxWidgets , FLTK , and there is one more that already exists: Nana .
The Nana C ++ library uses modern C ++ (C ++ 11) language features such as lambdas, templates, etc., and seems to be compatible with the standard C ++ library.
If the GUI library is 100% compatible with the standard C ++ library, then why can't we use it for the next C ++ standard (C ++ 14 or C ++ 17)?
What conditions are needed for a library in the C ++ standard library? if the conditions are not defined, then we are doomed to be in the black hole of the text forever, and it will hurt your heart! Otherwise, if the conditions are defined, then where can I request the library within the next C ++ standard?
source share