Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++11
Is the copy and swap idiom still useful in C++11
Nov 03, 2022
c++
c++11
swap
Does std::vector::resize() ever reallocate when new size is smaller than current size? [duplicate]
Sep 15, 2022
c++
c++11
std
c++03
c++98
Boost logger linking issue
Apr 12, 2022
c++
logging
boost
c++11
Weird uninitialized const member behavior
Aug 09, 2022
c++
c++11
gcc
C++ omitting `noexcept` specifier versus `noexcept(false)`, what is their precise meaning?
Nov 16, 2022
c++
c++11
noexcept
Adding a unique_ptr to a class in a vector results in 3x speedup
Jun 30, 2021
c++
c++11
boost
vector
What does the & (ampersand) at the end of member function signature mean?
Mar 24, 2022
c++
c++11
Using C++0x in Xcode 4.2 project via CMake
Mar 07, 2017
c++
xcode
cmake
c++11
Specializing single method in a big template class
Sep 15, 2022
c++
templates
c++11
Calling a free function instead of a method if it doesn't exist
Oct 17, 2022
c++
templates
c++11
Proper indentation for C++11 lambdas
Sep 15, 2022
c++11
lambda
indentation
Why const_iterator could be used with std::map::erase
Nov 16, 2022
c++
c++11
iterator
stdmap
const-iterator
Can range-based for loops be aware of the end?
Sep 23, 2019
c++
stl
c++11
How would you initialize a const vector of function results using C++11?
Nov 19, 2022
c++
c++11
initialization
constants
Persisting std::chrono time_point instances
Oct 22, 2022
c++
serialization
c++11
persistence
chrono
Difference between string literal and constexpr array of char
Sep 15, 2022
c++
c++11
constexpr
string-literals
strcpy_s not working with gcc
Nov 14, 2022
c++
c++11
gcc
strcpy
tr24731
Reusing exception handling code in C++
Nov 17, 2022
c++
c++11
exception-handling
Using std::accumulate
Sep 15, 2022
c++
c++11
stl
Is constexpr really needed?
Aug 26, 2022
c++
c++11
constexpr
« Newer Entries
Older Entries »