Easy and convenient way to convert Wide Characters to Multibyte with modern C++
One of the most common tasks we developers have to do comes in the form of data conversion. A good example would be converting void* (equivalent of Object in .NET) to a specific pointer of a different class through reinterpret_cast, this is however one example. Today’s post is about converting strings as Wide Characters to […]
Continue Reading