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
static_cast<T&&>(t) faster than std::forward<T>(t) for compilation?
Sep 18, 2022
c++
c++11
perfect-forwarding
Contexts in which pack expansions can occur
Oct 24, 2022
c++
c++11
variadic-templates
Memory allocation with reference variable in C++
Aug 24, 2022
c++
c++11
reference
c++14
heap-memory
GCC 6.x warning about lambda visibility
Jun 10, 2022
c++
c++11
gcc
lambda
C++ std::mutex lock() access violation in Visual Studio 2017
Sep 04, 2021
c++
c++11
visual-studio-2017
Initialize static const std::map during compile time?
Jul 26, 2022
c++
c++11
stl
Is there any reason to overload operators with rvalue reference?
Aug 25, 2022
c++
c++11
optimization
rvalue-reference
How to write C++ SignalR client to connect a C# SiganlR server
Nov 08, 2022
c++11
signalr
signalr.client
What is the overhead associated with std::condition_variable_any
Sep 21, 2021
c++
multithreading
c++11
mutex
condition-variable
How is is_standard_layout implemented?
Dec 17, 2019
c++11
typetraits
Move constructors of STL containers in MSVC 2017 are not marked as noexcept
Oct 21, 2020
c++
visual-studio
c++11
visual-studio-2017
Extract outer class type from inner class instance passed to template function
Sep 09, 2022
c++
c++11
templates
c++14
traits
Idiom for CUDA class static member in device code?
Mar 09, 2022
c++
c++11
cuda
static-members
gpu
A weird error in in LevelDB while compiling a custom layer of caffe
Apr 28, 2020
c++
c++11
caffe
leveldb
Guarding against vtable data race in derived destructor
Aug 03, 2022
c++
c++11
thread-safety
vtable
Value cast vs Reference cast
Oct 26, 2022
c++
c++11
c++ template specialization parameter duplication
Mar 15, 2020
c++
c++11
templates
Does standard C++11 guarantee that `volatile atomic<T>` has both semantics (volatile + atomic)?
Sep 11, 2022
c++
multithreading
c++11
concurrency
volatile
Using std::unique_ptr for Windows HANDLEs
Sep 08, 2022
c++
visual-c++
c++11
visual-studio-2012
unique-ptr
Is 'auto a_class::f(...) -> T const' ambiguous in the grammar?
May 15, 2021
c++
c++11
trailing-return-type
« Newer Entries
Older Entries »