When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
51 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
Please help me...
What do you have so far
(have you worked on it in the meantime)
Lol
Yea I been adding debugging statements to see what paths and file names your program is attempting to open. So i know that I need more code in my A03.cpp file
my*
Are you getting errors or is just the logic wrong
Just warnings that i need to run the code as a C++11 or later. So its defnitly the logic
okay
cause i already debugged and ran the code with no errors
thank you so much by the way
let me take a closer look
Thank you. The assignment has to pass the Test: b'Ye3QFq3E655x\n' != b'' : Testing encryption of #HashTag100%. Expected output: Ye3QFq3E655x
how do I do that
is there a test case that the teacher included?
that is the test case he included.
b'Ye3QFq3E655x\n' != b'' : is the test case?
if you have it
@modern gale Has your question been resolved? If so, type !solved :)
btw, does the website tell you what you got wrong
@modern gale Why do you find the position of a colon in the void parse_config_file(Configuration &) function?
aren't you just supposed to parse the config file, which won't include any colons.
Wait yea, that line of code is from copiolet, i didnt write that
It's wrong
Also
a line above
The line in which config_file() is called, it's not a correct argument
probably should be std::ifstream config_file(c.config_filename);
How much did copilot write?
Ok, and not all but a lot of the code was either from my notes or copiolet
ill make the changes
i would assume a lot of the copilot stuff is wrong but i don't use it
really? Our teacher told us to use it when we cant figure out our code
that makes a lot of sense tho haha
I made the changes but would did you want me to change on line 18 regarding the void parse_config_file(Configuration& c)
uhh, should be line 23
ok nvm i changed that already
yes, I have sent updates in dm's
ok ill talk to you there