Implementing queue using an array[quote]Any advice?[/quote] Learn to use a debugger :+) It's necessary skill, might as well start n...
Class function updating 2 variableThe compiler is your friend: it tells what is wrong or likely to be wrong. This is the output from ...
C++ - A hated programming language@[b]jonnin[/b] If people posted code written in C++98, that would be a big improvement from the ter...
Question about a code@Andy Sorry, dynamic array is not the better option in C++, I agree with [b]dhayden[/b] [code]std::...
It execute well but not loopingAnd near the end, needs braces around the last 3 lines.