Javascript – JS, C++, and C# give different Base64 Guid encoding results
I've got a C++/UnrealEngine client that talks to both an existing C# server and an existing JavaScript server (All on Windows). My problem is when I Base64 encode Guids in C++ I get different results from C# and JS. From…