converting char* to ASCII85 encoded char*
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone have a simple way of encoding a char* through the ASCII85 encoding and outputting another char*? I hate to write my own if it's easy to do elsewhere. Thanks
-
Does anyone have a simple way of encoding a char* through the ASCII85 encoding and outputting another char*? I hate to write my own if it's easy to do elsewhere. Thanks