i ended up with this. surely you jest?
String::CharPointerType myStringPointer((String::CharPointerType::CharType const*)0);
i ended up with this. surely you jest?
String::CharPointerType myStringPointer((String::CharPointerType::CharType const*)0);
Surely
String::CharPointerType myString (nullptr);
would work?
thanks. i was doing this;
String::CharPointerType myString = nullptr;
which didnt work.