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
When CPP line splicing is undone within C++0x raw strings, is a conforming implementation required to preserve the original newline sequence?
Apr 17, 2021
c++
c++11
c-preprocessor
rawstring
C++0x way to replace for(int i;;) range loops with range-based for-loop
Mar 06, 2022
c++
foreach
for-loop
c++11
Range-based for loops and ADL
Apr 26, 2022
c++
foreach
c++11
argument-dependent-lookup
Can anyone explain this paragraph of the current C++0x standard draft?
Aug 02, 2019
c++
c++11
standards
one-definition-rule
Any luck debugging lambdas with gdb?
Jun 15, 2022
lambda
c++11
gdb
boost::make_shared<T>(...) does not compile, shared_ptr<T>(new T(...)) does
Aug 27, 2022
boost
c++11
shared-ptr
May a compiler report errors on unknown attributes? Even with scope?
Aug 01, 2021
c++
attributes
c++11
accessing first n variadic function arguments
May 30, 2022
c++
templates
constructor
c++11
variadic-templates
initializer list as argument to operator[]
Sep 25, 2022
c++
c++11
curly-braces
initializer-list
G++ 4.6 -std=gnu++0x: Static Local Variable Constructor Call Timing and Thread Safety
Apr 29, 2022
c++
gcc
g++
c++11
heap corruption when leaving scope with unique_ptr
Dec 21, 2017
c++
scope
c++11
unique-ptr
Using decltype with virtual member function pointers
Oct 10, 2020
c++
visual-studio
visual-c++
c++11
Cannot set Eclipse Juno C++ with std=c++11
Jul 05, 2022
c++
eclipse
c++11
compiler-errors
eclipse-juno
C++11 (or Boost) system_error strategy
Feb 16, 2022
c++
c++11
boost
std-system-error
wrapping C callbacks with C++ lambdas, possible to use template polymorphism?
Oct 25, 2022
c++
templates
lambda
c++11
metaprogramming
Is it a good idea to overload begin/end for pointers to collections
Nov 25, 2018
c++
templates
c++11
Cache-aligned stack variables
Jun 27, 2015
c++
c++11
memory-alignment
Function overloading with shared pointer argument ambiguity
Jan 14, 2022
c++
inheritance
c++11
shared-ptr
overloading
Thread C++ member function template variadic template
Feb 08, 2022
c++
multithreading
templates
c++11
Does it make sense to use std::shared_ptr<std::vector> instead of boost::shared_array?
Nov 12, 2021
c++
boost
c++11
stl
« Newer Entries
Older Entries »