Posts by Pedro Duarte • 11 points
2 posts
-
0
votes1
answer56
viewsA: Create and use DLL libraries written in C++ on . NET C#
Here is an example of how to pass a string from C# to C++ and vice versa. // CDll.dll (C++ Dll) // CDll.h #pragma once #include <iostream> #include <Windows.h> #ifdef CDLL_EXPORTS…
-
1
votes2
answers1178
viewsQ: Decrypt a code (as I understand it is in ASCII)
Well, basically I’d like to know if there’s any way to turn a script written in ASCII into Characters and if there is, how would I turn it? Code (1) local code =…