Inactive Tutor answered 08/22/19
Tutor
New to Wyzant
You can try checking the command line arguments, often time this is passed in.
int main(int ac,char *av[])
av[0] is always the program name itself.
Inactive Tutor answered 08/22/19
You can try checking the command line arguments, often time this is passed in.
int main(int ac,char *av[])
av[0] is always the program name itself.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.