Finished an online C++ course and was looking at some code, what does this mean?
DWORD remark(array<String^>^ args);
Specifically this part, I get the rest: array<String^>^ args
I don't have access to the rest of the code, it's compiled, but this is one of the functions I'm able to use.
It's like... converting an array pointer of a string of arrays XOR to an argument or something...