This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to write arguments in main() in the Arm Development Studio?

Hi,


I've tried reading the arguments from argv and argc, but it was unsuccessful. 

int main(int argc, char *argv[])

Can you please tell me if need special characters at the beginning or need something else?


Thanks.