Search code examples
overload the "<<" operator for map...


c++c++98

Read More
What memory barriers are there in C++98?...


multithreadingarmvolatilec++98mbed

Read More
Does reading a c++ 11 book requires to have knowledge of c++98?...


c++c++11c++98

Read More
C++98 pedantic errors when using fixed width integers...


c++32bit-64bitgcc-warningc++98gcc-pedantic

Read More
How to pass on 'char* data' when the data is stored as vector of uint8_t?...


c++c++98mbed

Read More
How to know if a parameter wasn't passed in when creating an object?...


c++c++98

Read More
How to find/remove an element of vector of struct with specific parameter?...


c++c++98

Read More
Unable to pipe template class to cout...


c++templatescompiler-errorsostreamc++98

Read More
How to share a global class instance between files?...


c++classexternc++98

Read More
Assert sizeof(obj) at compile time and print the actual size if it doesn't match (c++98)...


c++c++98

Read More
Removing the only element of a vector during iteration?...


c++c++98

Read More
How to access class variable inside a vector iterator?...


c++c++98

Read More
How to define a nested map in a header file for use in .cpp...


c++98

Read More
Clang does not parse a template with partial specialization: template < class T, class U = TYPE_A...


clangtypedefc++98libtooling

Read More
Assigning to a Reference Inside a Struct...


c++98

Read More
Specialized templates for pointer and c-style array variables...


c++template-specializationc++98

Read More
How to concat char array into a string...


c++c++98visual-studio-6

Read More
Alternative to using namespace as template parameter...


c++templatesc++98

Read More
Can Dropbox Djinni be used with C++98...


c++cross-platformdropboxc++98djinni

Read More
I need to rewrite c++ 11 code in c++98, c++ 11 is using lambda function [&](const Output & o...


c++c++98

Read More
Does initialization of static data member by a global constant lead to undefined behavior?...


c++undefined-behaviorlinkagec++98

Read More
Replace macro with function...


c++c++98

Read More
Macro variadic argument...


c++c++98

Read More
Getting template derive class's value from base class pointer...


c++c++98

Read More
How to tell if a function parameter can be safely deleted...


c++c++98

Read More
This piece of code compiles on my PC, but not on a standard C++98 compiler on a competition server...


c++c++98

Read More
Why is the pointer in the argument required during SFINAE?...


c++templatessfinaec++03c++98

Read More
How to limit char array length in constructor...


c++templatesc++98

Read More
Iterating through array of object using pointer to array...


c++arrayspointersc++98

Read More
trouble creating a type list in C++98 without macros...


c++templatestemplate-meta-programmingtemplate-specializationc++98

Read More
BackNext