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
Exceptions handling guidelines for C++
Aug 11, 2026
c++
exception
c++11
C++: How can lock-free data structures be implemented in C++ if std::atomic_flag is the only lock-free atomic type?
Aug 11, 2026
c++
multithreading
c++11
atomic
lock-free
What is the use of the "/" character in boost::filesystem::path?
Aug 11, 2026
c++
c++11
boost
Does any major C++ implementation actually define `NULL` as `nullptr`?
Aug 11, 2026
c++
c++11
null
std
nullptr
How to deduce the type of lambda's return value.?
Aug 11, 2026
c++
c++11
How do implicitly declared (object level) member functions work according to the ISO C++11 standard?
Aug 11, 2026
c++
c++11
Will std::basic_string destroy null termination every time?
Aug 10, 2026
c++
c++11
gcc7
Why is it not possible to remove elements from a std::map using reverse iterators?
Aug 10, 2026
c++
c++11
associative-array
std
Throw an exception into another thread
Aug 10, 2026
multithreading
c++11
exception
posix
std::shared_ptr: Custom deleter not being invoked
Aug 10, 2026
c++
c++11
shared-ptr
Is there any restriction when passing a r-value to a constructor?
Aug 10, 2026
c++
c++11
CUDA 7.0, invalid argument '-std=c++11' not allowed with 'C/ObjC'
Aug 10, 2026
c++11
cuda
clang
How can I use a wregex in C++11?
Aug 09, 2026
regex
visual-c++
c++11
Initialization of variadic base classes
Aug 10, 2026
c++
templates
c++11
variadic
difference between introducing using std::cout vs std::string::size_type to a source file
Aug 09, 2026
c++
c++11
namespaces
using
Using declval with a reference type
Aug 10, 2026
c++
c++11
reference
declval
Correct usage of smart pointers and programming style
Aug 08, 2026
c++
c++11
Why do 1ll << i does give us correct answer but not long long i ; 1<<i?
Aug 09, 2026
c++
c++11
bitwise-operators
Const correctness with reference_wrapper
Aug 09, 2026
c++
c++11
reference-wrapper
C++ Break out of a function at an early stage
Aug 09, 2026
c++
c++11
stl
« Newer Entries
Older Entries »