overload the "<<" operator for map...
Read MoreWhat memory barriers are there in C++98?...
Read MoreDoes reading a c++ 11 book requires to have knowledge of c++98?...
Read MoreC++98 pedantic errors when using fixed width integers...
Read MoreHow to pass on 'char* data' when the data is stored as vector of uint8_t?...
Read MoreHow to know if a parameter wasn't passed in when creating an object?...
Read MoreHow to find/remove an element of vector of struct with specific parameter?...
Read MoreUnable to pipe template class to cout...
Read MoreHow to share a global class instance between files?...
Read MoreAssert sizeof(obj) at compile time and print the actual size if it doesn't match (c++98)...
Read MoreRemoving the only element of a vector during iteration?...
Read MoreHow to access class variable inside a vector iterator?...
Read MoreHow to define a nested map in a header file for use in .cpp...
Read MoreClang does not parse a template with partial specialization: template < class T, class U = TYPE_A...
Read MoreAssigning to a Reference Inside a Struct...
Read MoreSpecialized templates for pointer and c-style array variables...
Read MoreHow to concat char array into a string...
Read MoreAlternative to using namespace as template parameter...
Read MoreCan Dropbox Djinni be used with C++98...
Read MoreI need to rewrite c++ 11 code in c++98, c++ 11 is using lambda function [&](const Output & o...
Read MoreDoes initialization of static data member by a global constant lead to undefined behavior?...
Read MoreGetting template derive class's value from base class pointer...
Read MoreHow to tell if a function parameter can be safely deleted...
Read MoreThis piece of code compiles on my PC, but not on a standard C++98 compiler on a competition server...
Read MoreWhy is the pointer in the argument required during SFINAE?...
Read MoreHow to limit char array length in constructor...
Read MoreIterating through array of object using pointer to array...
Read Moretrouble creating a type list in C++98 without macros...
Read More