Standard Template Library in C++

learn more… | top users | synonyms

6
votes
3answers
772 views

Recommendations for C++ refresh? [closed]

As a seasoned C programmer, with some experience of C++ from way back (1990s), I've decided I'd like to get back up to speed with C++ again. Of course a lot has changed in the last 15 years or so ...
6
votes
3answers
352 views

QT-C++ vs Generic C++ and STL

Been brushing up on my C++ lately, on Ubuntu QQ. I love the Qt framework for everything, especially building GUI's. I became quite familiar with it when using PyQt over the last few years. When ...