Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Command Line Options

waynebruce
Beginner
848 Views
So usually, after I build the program, my program runs from a console. I just start the executable file, and the program runs. How do I make it so the executable line can include options?

Kind of like how the various commands in DOS or UNIX can take xxx -hlq whatever, options after the xxx command?

TIA,
0 Kudos
1 Reply
james1
Beginner
848 Views
Check out DFLIB's GETARG routine.

James
0 Kudos
Reply