const function what for?What's the difference here? 1) const_iterator begin() const { return data; } 2) iterator begin() ...
const function what for?What's the purpose of adding const to a function? [code] const_iterator begin() const { return da...
accelerated c++ 10.4The chapter is about arrays and pointers, so I guess it must be an array of strings
accelerated c++ 10.4I need help with this exercise, what am I supposed to do? Write a class that implements a list that ...
Accelerated C++ 8.6 exerciseThanks! The answer to the second question is that is doesn't matter the type of x right? it's impos...
This user does not accept Private Messages