I needed this for a project that I am working on, and I am completely at loss here as to what to do. I am trying to concatenate 2 wchar_t* strings in order for me to create a system, similar to a tile-based display, when I can't seem to combine 2 wchar_t* strings at all, since there was a lack of the "w_char.h" library.
How do I go about doing this?
Thanks in advance.