Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++98

Run a project in Visual Studio 2015 in C++98 mode

Enforcing the C++98 standard in gcc

c++ gcc c++98

Are members of a class template instantiated when the class is instantiated?

c++ c++98

Template a shared_ptr argument

What is "ANSI C++"?

c++ standards c++98

find in std::vector<std::pair>

c++ boost std c++98

Using SFINAE to detect a member function [duplicate]

c++ sfinae c++98

How to create an alias for multiple stream operations?

c++ c++98

Container initialization in C++98

c++ stl c++98

Is isnan in the std:: namespace? More in general, when is std:: necessary, optional or to be avoided?

c++ mingw portability c++98

template magic for wrapping C callbacks that take void* parameters?

c++ c callback c++98

Is value initialization part of the C++98 standard? If not, why was it added in the C++03 standard?

Forward declarations and shared_ptr

Mixing different C++ standards with GCC

c++ c++11 gcc c++98

Using boost::assign::list_of

c++ boost c++98

c++ array zero-initialization: Is this a bug, or is this correct?

C++11 Exception's destructor allows to throw now?

"Constant expressions" prior to C++11

Does std::vector::resize() ever reallocate when new size is smaller than current size? [duplicate]

c++ c++11 std c++03 c++98

Time complexity of removing items in vectors and deque

c++ vector deque c++98