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
What's wrong with this inline initialization of std::array?
Mar 29, 2022
c++
arrays
c++11
g++
std::timed_mutex::try_lock* fail spuriously
Oct 16, 2022
c++
multithreading
c++11
mutex
thread-synchronization
Can I use rvalue reference to temporary? Is it undefined behavior or not?
Feb 01, 2022
c++
c++11
language-lawyer
undefined-behavior
rvalue-reference
Forwarding the same value to two or more functions
Jun 15, 2018
c++
c++11
forwarding-reference
WebAssembly calling JavaScript methods from wasm i.e. within C++ code
Sep 12, 2022
javascript
c++11
emscripten
webassembly
Generally, is dereference pointer expression results a reference type?
Sep 22, 2022
c++
c++11
pointers
reference
dereference
Why would one write a C++ lambda with a name so it can be called from somewhere?
Feb 03, 2022
function
c++11
lambda
move semantics std::move
Mar 21, 2017
c++
c++11
move-semantics
How to pass a reference through a parameter pack?
Sep 26, 2018
c++
reference
c++11
variadic-templates
What technical disadvantages do C99-style VLAs have? [closed]
Nov 20, 2022
c++
c
c++11
c99
variable-length-array
Placement new and alignment in C++
Apr 16, 2022
c++
c++11
Function overload using lambda function signature
Nov 14, 2022
c++
c++11
lambda
overloading
Wrap enum class with Cython
Sep 07, 2018
c++
c++11
cython
enum-class
What's the reasoning behind std::unique_ptr<T>'s constructor from T* being explicit?
Oct 14, 2022
c++
c++11
unique-ptr
explicit-constructor
Why is isnan ambiguous and how to avoid it?
Sep 12, 2022
c++
c++11
gcc
compiler-errors
cmath
Have a template parameter that can be pointer type or non-pointer type
Nov 19, 2022
c++
templates
pointers
c++11
Passing to a Reference Argument by Value
Nov 11, 2022
c++
c++11
reference
pass-by-reference
pass-by-value
How can I use an unordered_set with a custom struct?
Mar 11, 2022
c++
c++11
struct
set
unordered-set
Need some clarification with 8.5.p7 in the C++11 Standard
Mar 20, 2022
c++
c++11
initialization
Any difference between copy-list-initialization and traditional copy-initialization?
Sep 24, 2018
c++
c++11
« Newer Entries
Older Entries »