Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++03

Is it reasonable to use std::basic_string<t> as a contiguous buffer when targeting C++03?

c++ string winapi stl c++03

Union initialization in C++ and C

In which versions of the C++ standard does "(i+=10)+=10" have undefined behaviour?

Is value of x*f(x) unspecified if f modifies x?

What is the C++03 memory model for concurrency?

Does "&s[0]" point to contiguous characters in a std::string?

c++ memcpy stdstring c++03

Which Typesafe Enum in C++ Are You Using?

error: anachronistic old-style base class initializer

c++ c++11 gcc c++14 c++03

What are the differences between C-like, constructor, and uniform initialization?

initialize a const array in a class initializer in C++

How can I pass a class member function as a callback?

Is there any reason to use the 'auto' keyword in C++03?

c++ keyword c++03

Default, value and zero initialization mess

c++ c++11 c++14 c++03 c++98

What differences, if any, between C++03 and C++11 can be detected at run-time?

Purpose of Trigraph sequences in C++?

c++ c++03 trigraphs

Can virtual functions have default parameters?

c++ c++11 c++03

Can C++ code be valid in both C++03 and C++11 but do different things?