Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
loader_1.cpp
#include <nana/gui.hpp>
int main()
{
using namespace nana;
form_loader<form>()().show();
exec();
}