Ask Question
2 August, 09:53

Open a separate ssh session in a second window. In there, give the command: ~cs252/bin/compileAsst This will ask you some questions about the errors that you observed. Eventually, it will instruct you to fix the errors and to recompile the code. In your first window, use an editor to fix the errors in the code.

+4
Answers (1)
  1. 2 August, 10:23
    0
    Answer and Explanation:

    if all your program works fine, without any compilation error, then open command prompt and navigate to the folder "cs252/Assignments/guess" where you have all the header and c+ + files stored.

    type to generate "program" executable file : - g+ + - o program guess. cpp

    To execute the so obtained executable:-./program
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Open a separate ssh session in a second window. In there, give the command: ~cs252/bin/compileAsst This will ask you some questions about ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers