Hello everyone!
I have an upcoming exam on Programming using C++ and we can take consultation material. I have decided to take a reference as well as some code examples, etc.
Which reference should I take?
Here's what I have available at the college's library:
The C++ standard library : a tutorial and reference
STL tutorial and reference guide : C++ Programming with the standard template library
(please mind I'm a beginner when choosing)
Often there's a question involving the algorithms of the STL and why I would choose X container over Y container. That's where the reference would come in handy.
Thanks for your time!