Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Copying virtual base class results in losing shared_ptr owned object

Parsing of small floats with std::istream

Why is compiler not able to infer template arguments? [duplicate]

c++ templates lambda c++11

Parsing key/value pairs from a string in C++

c++ regex parsing c++11

Can C++ variables in cpp file defined as Special Symbols β

c++ c++11 variables visual-c++

get and set values of a nested structure using external functions

c++ c++11 struct

std::unique_ptr<void> not accepted by gcc 4.9.0

c++ c++11

C++ template explicit instantation, with template argument being a class template

gcc instantiates template with long instead of __int128

c++ c++11 gcc gdb

Does a dynamic allocation of characters using new require for the compiler to initialize them to zero

c++ c++11

socket() returning file descriptor 1 inside std::thread

How to read 64bit int file with markers the fastest?

c++ c++11 fstream

Can't seem to get regex working with C++ [duplicate]

c++ regex gcc c++11 libstdc++

Assigning a const-string to a constant sized char array, what happens in un-used array indices?

c++ c++11

tan() computation is two times longer than sin()/cos() with g++ 4.8.2

c++ c++11 g++4.8

Why are stoi, stol not fixed width integers?

c++ c++11

Variadic macros

what is gettimeofday() equivalent in c++11

c++ c++11 gettimeofday