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 use clang++ with -std=c++11 -Weverything -Werror
Aug 31, 2022
c++
c++11
compilation
clang
compiler-warnings
Copy constructor is not inherited
Aug 29, 2022
c++
c++11
inheritance
copy-constructor
Lookup table with constexpr
Sep 12, 2022
c++
c++11
constexpr
Comparison between constant accessors of private members
Oct 09, 2022
c++
c++11
optimization
standards
How to use std::is_volatile?
Sep 30, 2022
c++
c++11
templates
static-assert
Most concise way to disable copying class in C++11
Sep 12, 2022
c++
c++11
destructor
Is volatile int in C as good as std::atomic<int> of C++0x?
Feb 16, 2022
c
c++11
atomic
volatile
Template class with conditional typenames
Mar 18, 2022
c++
class
c++11
templates
class-template
stl container with std::unique_ptr's vs boost::ptr_container
Sep 12, 2022
c++
stl
c++11
unique-ptr
boost-ptr-container
Which is faster, string.empty() or string.size() == 0?
Nov 01, 2022
c++
performance
c++11
string
C++ std::vector of independent std::threads
Aug 19, 2022
c++
multithreading
c++11
vector
stdthread
Move all elements which satisfy some condition from one container to another, i.e. I'm looking for some kind of "move_if"
Jan 08, 2020
c++
c++11
c++14
How to initialize multiple variables in C++ to the same value?
May 19, 2022
c++
c++11
Why not to inherit from std::allocator
Sep 12, 2022
c++
inheritance
c++11
Why am I getting the error 'A<int>' is not an accessible base of 'S<int>' for a base class's base class?
Sep 22, 2022
c++
templates
c++11
Locale specific behavior in the regex library?
Jun 10, 2020
c++
regex
c++11
locale
unique_ptr VS auto_ptr [duplicate]
Sep 12, 2022
c++
c++11
smart-pointers
Passing by constant reference in the lambda capture list
Sep 15, 2022
c++
c++11
lambda
Type id of std::string for variable vs. string in argument?
Nov 12, 2022
c++
string
c++11
string-literals
Forwarding all constructors in C++0x
Aug 16, 2022
c++
templates
constructor
c++11
« Newer Entries
Older Entries »