Search code examples
= NULL, and non-static data member initializing in c++98...

c++gccc++03c++98

Read More
Adding functions to string class in c++...

c++stringgccoverloadingc++98

Read More
Function template accepting only non integral types (specifially bidirectional iterators)...

c++stliteratorc++98

Read More
Problem receiving an array as pointer parameter...

c++pointersc++98

Read More
Forced to call the base constructor when using virtual inheritance although it will never be called?...

c++multiple-inheritancec++98virtual-inheritancediamond-problem

Read More
How to add the last element into a vector of a struct containing an array in c++...

c++c++98

Read More
How to initialize const size array in constructor without explicitly stating the size in class decla...

c++c++98

Read More
Code runs perfectly but ends with a segmentation fault after running...

c++c++98

Read More
compiler suggests two candidates for class...

c++c++98

Read More
How to efficiently transfer the contents of an std::queue to another in C++98?...

c++queuec++98

Read More
To read only specific data from file... if string value is passed else to read everything from file ...

c++algorithmfilesearchc++98

Read More
Storing data in map<string, vector<std::pair<string, string>>> c++98...

c++stringfiledictionaryc++98

Read More
How to assign string to enum using C++98?...

stringenumsc++98

Read More
c++ Inheritance (no base constructor) without initializer lists (lower than c++ 11)?...

c++c++11inheritancedecoratorc++98

Read More
Partial Template Specialization in C++ 98?...

c++templatestemplate-specializationc++98visual-c++-6

Read More
Inserting elements of vector into set, while printing set elements gets compilation issue c++98...

c++vectorstlsetc++98

Read More
Do we have a static initialisation order fiasco while initialising variables inside the class...

c++c++14c++98static-initializationstatic-order-fiasco

Read More
How to hide iterators in the API to consume an item in a std::map wrapper...

c++stlapi-designstdmapc++98

Read More
To store values in Array or vector of Objects reading from file c++98...

c++arraysfilevectorc++98

Read More
To read FILE and store data in map<string, vector<string>> c++98...

c++filedictionaryvectorc++98

Read More
Using ranges of an enum for simple state tracking...

c++embeddedc++98

Read More
To remove double quotes from vector<string> c++ 98...

c++stringvectorc++98erase-remove-idiom

Read More
Run function without duplicate...

c++c++98

Read More
To Extract data from text file using c++98 linux...

linuxtexttext-extractiondata-extractionc++98

Read More
How to pass template function to POSIX threading (pthread)...

c++multithreadingpthreadsc++98

Read More
After tokenizing string with hypen '-', hypen will get eliminated!! how to fix this in c++98...

c++stringvectortokenizec++98

Read More
How to glob file name pattern matching in linux using c++ 98...

c++linuxglobc++98file-globs

Read More
std::size_t vs. size_type as parameters and function return types...

c++encapsulationc++98size-tsize-type

Read More
Issues with templated methods used with templated function pointer to an inherited method...

c++templatesinheritancec++98

Read More
How do i pass a predicate function as a template parameter?...

c++templatespredicatefunctorc++98

Read More
BackNext