Does anyone else see a problem with the C++ challenge questions?
I recently started accepting C++ challenges. The first thing that I noticed is that almost every question is "What is the output of this code?", or something similar to that. I don't have a problem with that question, but when it takes almost all of the allowed time just to read the code, that makes the question no good in my opinion. It seems like these questions are learned not by content, but mostly by memory (knowing that if I see this question, without even reading it, I know that the answer is 'C', because I saw it before.). Another common problem I see is codes that ask for the output and have a bunch of extra code or are written in a way that is only meant to confuse. This is not helping anyone learn how to program C++, in my opinion. I would much rather see questions that are about what is actually taught in the C++ course. I think that I will try to start submitting some questions for C++, and I would like to encourage and ask any of you who actually know the C++ course pretty well, to do the same.