Fawzma
Games and ThingsVisual c++ Express .net base64 Functions
Posted on October 01, 2008This problem is two fold. First it solves the problem of converting a string to and from base64, and it shows how to create a function that is not part of the objects in the application. By that, I mean, a function that isn’t created for you by Express when you click on an object in the visual editor.
I only mention this because I ran into a situation where I couldn’t figure out how to make a function in c++ .net. It have everything to do with the fact that all variables require a ^. They are even included when defining the return type of a function.
Read the rest of this entry »