Search code examples
Should I really massively introduce the explicit keyword?...

c++c++98legacy-codeexplicitcppcheck

Read More
looser throw specifier for in C++...

c++xcodegccc++03c++98

Read More
Creating a "view" of a sibling class avoiding unnecessary copy...

c++inheritancetype-conversioncopy-constructorc++98

Read More
How to correctly implement custom Iterators with Inheritance...

c++inheritancestliteratorc++98

Read More
Prior to C++11, the 'one-definition rule' would have been broken by in-class member initiali...

c++language-lawyerc++98one-definition-rule

Read More
Why did C++03 allow data members with the same name as the class?...

c++language-designc++03c++98

Read More
Why stoi is much slower than stringstream without -O3?...

c++c++11stringstreamc++98

Read More
Are exceptions in C++ really slow?...

c++performanceexceptionc++98

Read More
Stop overwriting addresses in vector?...

c++pointersconstructorstdvectorc++98

Read More
How do I correctly copy given range of vector to another vector using std::copy?...

c++98mbed

Read More
How to initialize a member of array type which has no default constructor in C++98?...

c++initializationc++98

Read More
Issues with custom compare for std::priority_queue in c++98...

priority-queuec++98

Read More
eofbit not set with clear in C++98...

c++iostreamcingetlinec++98

Read More
C++98 string concatenation with c_str() return...

c++stringc++98

Read More
When binding a const reference to a temporary object, why is the destructor called twice?...

c++referencec++98temporarytemporary-objects

Read More
Why are default template arguments only allowed on class templates?...

c++templateslanguage-designc++98

Read More
Do any old versions of {fmt} support C++98?...

c++c++98fmt

Read More
find a substring in a range...

c++c++98

Read More
How does this array size macro/function template work?...

c++templatesmetaprogrammingc++98

Read More
Is this the correct way to atomically read and write a bool?...

c++multithreadingatomicc++98

Read More
stdint for C++98 (gcc/clang)...

c++c-preprocessorc++98

Read More
Class with all synchronized methods in C++...

c++multithreadingc++98

Read More
Why is std::list bigger on C++11?...

c++gccc++11c++98

Read More
Typename and Struct definition in C++98...

c++c++98

Read More
c++ std::exception "what()" message will always only print "std::exception" in a...

c++exceptioninheritancec++98object-slicing

Read More
Question on overload non-member operator << in a linkedlist class in c++98...

c++operator-overloadingc++98

Read More
Did the namespaces exist prior to the introduction of the C++ 98 standard?...

c++namespacesc++98

Read More
Time complexity of removing items in vectors and deque...

c++vectordequec++98

Read More
How do you access a member from a grandparent in a member function with a matching child member name...

c++c++98

Read More
minimum of float in c++...

c++floating-pointc++98

Read More
BackNext