Tag: C++

Reversing a string in C++

Remember that reversing a string in C++ is this easy:

C++ Glossary

There are a number of C++ acronyms that I seem to forget over and over, so i decided to start maintaining a glossary here. I hope others find this useful, as well. Acronym Definition Comments CTAD Class Template Argument Deduction In order to instantiate a class template, every template argument must be known, but not every …

Continue reading