Author Topic: How do I use command line arguments when testing a program?  (Read 2281 times)

VoxxSkies

  • Guest
How do I use command line arguments when testing a program?
« on: March 23, 2017, 02:48:48 am »
I am using codeblocks for an assignment that requires the use of command line arguments to refer to a two files, one will be input, the other will be output. How can I set command line arguments for when I build the program?

Offline Commaster

  • Almost regular
  • **
  • Posts: 171
Re: How do I use command line arguments when testing a program?
« Reply #1 on: March 23, 2017, 05:49:06 am »
Top menu -> Project -> Set programs' arguments...

Seems pretty intuitive to me.