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
Overload resolution of constructors for different classes
Oct 21, 2022
c++
c++11
constructor
initializer-list
overload-resolution
Passing a string by value, reference and rvalue
Aug 29, 2022
c++
c++11
stdstring
Signedness of char and Unicode in C++0x
Jun 02, 2019
c++
unicode
utf-8
char
c++11
Are trigraph substitutions reverted when a raw string is created through concatenation?
Feb 17, 2019
c++
c++11
Implementing a std::array-like container with a C++11 initializer_list
Apr 28, 2022
c++
arrays
c++11
variadic-templates
initializer-list
Handling mutual exclusion in C++11
Sep 23, 2022
c++
multithreading
c++11
mutual-exclusion
Tutorial or example code for extending c++11 random with generators and distributions
Apr 08, 2022
c++
visual-studio-2010
random
stl
c++11
Can decltype declare an r-value?
Sep 23, 2022
c++
visual-c++
c++11
visual-studio-2012
decltype
Is move assignment via destruct+move construct safe?
Feb 23, 2022
c++
c++11
move-semantics
placement-new
move-assignment-operator
Callback with interfaces or function objects? [closed]
Sep 03, 2022
c++
design-patterns
interface
c++11
How to specify gcc flags (CXXFLAGS) particularly for a specific module?
Sep 04, 2019
c++
gcc
c++11
waf
Puzzling difference of variadic template method behavior for templated and non templated classes
Feb 17, 2021
c++
c++11
C++ memory_order with fences and aquire/release
Oct 31, 2022
c++
multithreading
c++11
synchronization
How to get smallest variable with C++11 user defined literals
Sep 26, 2022
c++
templates
c++11
variadic-templates
user-defined-literals
Didn't understand Mr. Stroustup's suggestion to delete the copy default and move operations for the abstract class Shape
Mar 30, 2022
c++
c++11
Does C++11 enforce pow(double, int) to use the slower pow(double, double)? [duplicate]
Nov 21, 2022
c++
gcc
c++11
c++-standard-library
Single value in constructs vs argument list for construction
Feb 05, 2022
c++
c++11
Is there something similar to the copy-and-swap idiom when allocators are involved?
Mar 19, 2018
c++
c++11
allocator
Forward declare in nested namespace
Aug 18, 2019
c++
c++11
Use of 'using' keyword to make inherited constructor public [duplicate]
Nov 06, 2022
c++
inheritance
testing
c++11
using
« Newer Entries
Older Entries »