Hey really sorry but I'm still a bit concerned with question 2 from my original post. Q1 and Q3 are sorted, I just had to use the sample solution properly. But now my program does what the sample solution does and just throws an error if trying to re...
Hello,
I just have a few questions regarding the update and remove options for our trove program.
1) If the update option was chosen along side a length argument, would the new word length apply to just the new file(s) passed through? Or would it apply...
Hi Chris,
If we end up choosing none of the 3 options (b,r and u) how would our program know if we are trying to invoke prompt.1 (. trove -f trovefile word) or prompt.2 (. trove -f trovefile -b -r -u -l length filelist)? Since i...
Hello,
In Lecture 16 (03 10) Chris mentioned that after using getopt() we need to include
argc - optind;
argv optind;
However, I couldn't find a reason for this nor an example showcasing getopt() with the above two lines of code on the internet.
Do...
Hello,
I apologize if this has been asked already but I couldn't find a thread here that mentions this.
Number 3 in the Project Fine-print states
"The crontab-file and the estimates-file will each contain at most 20 non-comment lines."
Now I was wonderi...