Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++98

SFINAE to check the existence of operators (without decltype)

Can Lambda expression be downgraded to C++ 98

c++ c++11 lambda c++98

C++ template class syntax

c++ templates c++98

CreateProcessW not honoring commandline [duplicate]

c++ winapi c++builder c++98

implement move constructor & move assignment operator in c++98 for better performance

Class with all synchronized methods in C++

c++ multithreading c++98

Thread safe std::map: Locking the entire map and individual values [duplicate]

c++ multithreading boost c++98

Is (a=1)=2 undefined behaviour in C++98?

Crossplatform reproducible number generator

c++ random c++98 boost-random

C++98 curly brace const scalar initialization

c++ gcc clang c++98

Iterator invalidation by `std::string::begin()`/`std::string::end()`?

Access enum values in C++98 and C++11

c++ enums c++11 c++98

Insert multiple values into vector

c++ boost c++98

Most efficient way to split a vector into several

c++ vector c++98

How to initialize a const std vector in old c++?

c++ constants stdvector c++98

Alternative to using namespace as template parameter

c++ templates c++98

Why does GCC allow use of round() in C++ even with the ansi and pedantic flags?

c++ gcc rounding c++98

Ambiguity when using boost::assign::list_of to construct a std::vector

c++ boost c++98

Variadic template to define a typedef (using C++98)

c++ templates typedef c++98

What is move() in c++98?

c++ c++11 move c++98