Ask 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 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.

+5
Answers (1)
  1. 16 July, 16:22
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers