From what I have read, command line arguments are only char* separated by space.
However feel compelled to ask if anyone knows of a way to get a pointer across to
an executable in any fashion?
The goal is to pass int *pointers for reasons of inter process communication across
different language apps.
As always I appreciate any input at all.