Question: How would I implement this in C++ would appreciate if you can write some comments with your program. I need just phase 1 Term Project
How would I implement this in C++
would appreciate if you can write some comments with your program.
I need just phase 1
Term Project Advanced Systems Programming We are going to build a shell that allows you to work across different platforms over the network. The other intention is that it will allow multiple commands to execute at once and gather the input into files that can be examined later on. Term Project - Phase 1 .ourshrc . The format of the .ourshrc file is not currently known. I suspect it will hold information to set certain environment variables and parameters for the shell. In this phase, you should read the file as a list of lines and store it in memory. In Phase 1 the project will gather some of the information that it needs to implement later phases. The information to be gathered includes: Login/Password information for the user Environment variables Current working directory A resource file should be opened and its contents copied to memory. The file name should be in the user's home directory and should be stored under the name ".ourshrc". Command line parameters should be gathered for later use. Term Project Advanced Systems Programming We are going to build a shell that allows you to work across different platforms over the network. The other intention is that it will allow multiple commands to execute at once and gather the input into files that can be examined later on. Term Project - Phase 1 .ourshrc . The format of the .ourshrc file is not currently known. I suspect it will hold information to set certain environment variables and parameters for the shell. In this phase, you should read the file as a list of lines and store it in memory. In Phase 1 the project will gather some of the information that it needs to implement later phases. The information to be gathered includes: Login/Password information for the user Environment variables Current working directory A resource file should be opened and its contents copied to memory. The file name should be in the user's home directory and should be stored under the name ".ourshrc". Command line parameters should be gathered for later use
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
