❔ pls help
well im trying to figure out how to receive as an input a large number of workers in void main. can someone help?
4 Replies
Where u want to receive it from?
You can receive it as your command-line arguments (which will be stored in
args
)
You can receive it from an external connection, like pipes, etc"receive a large amount of workers in void main"...?
Could you elaborate?
To receive a large number of workers in void Main, you can use a loop to read the input and create the worker objects.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.