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
How to extend lifetime of the local variable or what is right way to use references
Nov 01, 2022
c++
c++11
reference
move
object-lifetime
Why does std::boolalpha ignore field width when using clang?
Jan 15, 2022
c++
c++11
io
stringstream
ostringstream
Is there an authoritative way to guard against "use after move" mistakes in c++?
Oct 17, 2022
c++
c++11
Template class + delegating constructor = fields not initialized? (clang-tidy)
Feb 02, 2022
c++
c++11
clang-tidy
Exception specifications when deriving from std::exception in C++11
Nov 19, 2019
c++
gcc
c++11
exception-specification
Rule for lambda capture variable
Feb 09, 2018
c++
visual-c++
lambda
c++11
g++
How fast is access to atomic variables in C++
Sep 18, 2022
c++
atomic
c++11
Using luabind and std::shared_ptr with inheritance
Mar 02, 2022
c++
c++11
lua
shared-ptr
luabind
Why is auto not a reference when its initializer is a reference?
Nov 10, 2021
c++
c++11
standards
Possible bug in libc++?
Sep 24, 2022
c++
c++11
std
libc++
g++ std::is_function implementation: what does _ArgTypes followed by 6 periods mean?
Aug 13, 2016
c++
templates
c++11
g++
variadic-templates
Reading/writing/printing UTF-8 in C++11
Oct 17, 2022
utf-8
c++11
wchar-t
utf-32
codecvt
Why can't you get pointer-to-member from unqualified member function name in C++11?
Aug 29, 2022
c++
c++11
Why can't I make in-class initialized `const const std::string` a static member
Sep 24, 2022
c++
c++11
in-class-initialization
RVO force compilation error on failure
Jan 12, 2017
c++
c++11
inline
compiler-optimization
copy-elision
Can I specialize std::begin and std::end for the return value of equal_range()?
Aug 16, 2018
c++
c++11
stl
iterator
template-specialization
Is there a way to auto-promote `vector<int>` to `vector<double>` during function invocation using C++11?
Sep 10, 2022
c++
c++11
Is a friend function template defined in the class available for lookup? clang++ and g++ disagree
Feb 06, 2021
c++
templates
c++11
friend
function-templates
Segmentation fault in std::thread::id's std::operator==
Sep 04, 2019
c++
gcc
c++11
pthreads
static-linking
Different ways of calling an initializer-list-constructor
Oct 01, 2022
c++
c++11
initialization-list
« Newer Entries
Older Entries »