Declaration.Â
typedef string<10> aBoundedString; typedef string anUnboundedString;
Constants.Â
const string aHello = "Hello\n"; const wstring aWideHello = L"Hello\n";