Timeline for Vigenere problem with Check50!
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 7, 2014 at 17:26 | comment | added | Kheyreddine Hadri | Thank you so much, it worked and it's all green! | |
| Aug 7, 2014 at 16:29 | comment | added | Luke Van In | This is saying that the code needs to handle the condition where the program is run without any arguments. So if I run ./vigenere without any arguments, they are expecting something specific to happen. So you need a way to check how many arguments were passed through and do the appropriate action. This answer may be useful: cs50.stackexchange.com/questions/1133/…, but be sure to check that the behaviour conforms to the specification for this problem set. | |
| Aug 7, 2014 at 16:26 | comment | added | Kheyreddine Hadri | Thank you for your reply, it opened my mind for such thing! Now I have another problem handles lack of argv[1] I've tried every condition to handle it but still I got the same error LINK | |
| Aug 7, 2014 at 15:42 | vote | accept | Kheyreddine Hadri | ||
| Aug 7, 2014 at 8:16 | history | answered | Luke Van In | CC BY-SA 3.0 |