How can I read what arguments what passed to my proggie? In Java, it's public static void main(String[] args), so is it int main(char *args) in C++?