Command line parameters. #1

Closed
opened 2021-11-04 13:59:23 -04:00 by array-in-a-matrix · 2 comments
array-in-a-matrix commented 2021-11-04 13:59:23 -04:00 (Migrated from github.com)

Pass in quadratic polynomial though the command line instead of waiting for the program to run and manually typing in each number.

$ quadratic <num_A> <num_B> <num_C>
Pass in quadratic polynomial though the command line instead of waiting for the program to run and manually typing in each number. ```C $ quadratic <num_A> <num_B> <num_C> ```
array-in-a-matrix commented 2021-11-04 14:07:44 -04:00 (Migrated from github.com)
https://www.tutorialspoint.com/cprogramming/c_command_line_arguments.htm
array-in-a-matrix commented 2021-11-05 17:05:51 -04:00 (Migrated from github.com)

Added in 51a1738e18.

Added in https://github.com/array-in-a-matrix/quadratic/commit/51a1738e1838c4cd920e0f577172da414c4c290c.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: array-in-a-matrix/quadratic#1
No description provided.