#include CONSOLE_APP_MAIN { VectorMap > w; w.GetAdd(1).Add("Ahoj"); String x = StoreAsString(w); LOGHEXDUMP(x, x.GetCount()); }