I’m stuck on Stage #IP1
Need a bit of help in explanation of instructions in detail for the #IP1 stage for Shell implementation in C++.
Thank you
I’m stuck on Stage #IP1
Need a bit of help in explanation of instructions in detail for the #IP1 stage for Shell implementation in C++.
Thank you
Hi, thanks for your post!
I’m currently out of the office and will return on Feb 3. I’ll get back to you as soon as possible after I’m back.
Hi @bhanuprakasheagala, here are the steps to pass #ip1 Run a program:
Locate the custom_exe_1234
executable in PATH
. This was covered in the previous stage.
Run the executable with the arguments custom_exe_1234 alice
. In C++, you can use std::system for this.
Let me know if you’d like further assistance!