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
Does MSVC10 Visual Studio 2010 support C++ range based loops
May 20, 2022
c++
c++11
What constitutes a valid state for a "moved from" object in C++11?
Nov 14, 2022
c++
c++11
move-semantics
pimpl-idiom
invariants
What is the relationship between iostream and namespace std?
Sep 06, 2022
c++
c++11
namespaces
Move a unique_ptr with custom deleter to a shared_ptr
Mar 15, 2022
c++
c++11
shared-ptr
c++14
unique-ptr
What's a use case for overloading member functions on reference qualifiers?
Aug 25, 2022
c++
c++11
overloading
rvalue-reference
qualifiers
Replace fixed size arrays with std::array?
Sep 06, 2022
c++
arrays
c++11
stl
Garbage Collection in C++11
Sep 23, 2022
c++
visual-studio-2010
visual-c++
c++11
garbage-collection
Should I use shared_ptr or unique_ptr? [duplicate]
Aug 26, 2022
c++
c++11
shared-ptr
smart-pointers
unique-ptr
What happens when using make_shared
Sep 06, 2022
c++
c++11
smart-pointers
make-shared
Using 'void' template arguments in C++
Sep 06, 2022
c++
templates
c++11
std-function
Are C++11 move semantics doing something new, or just making semantics clearer?
Sep 06, 2022
c++
performance
optimization
c++11
move-semantics
How can I get sizeof a vector::value_type?
Aug 29, 2022
c++
c++11
vector
sizeof
value-type
How do Concepts differ from Interfaces?
Sep 06, 2022
c++
templates
generics
c++11
c++-concepts
Why can't C++11 strongly-typed enum be cast to underlying type via pointer?
Sep 06, 2022
c++
c++11
enums
enum-class
strongly-typed-enum
Typedef a template class without specifying the template parameters
Sep 06, 2022
c++
templates
c++11
typedef
tr1
Error with copy constructor/assignment operator for a class which has std::atomic member variable
Sep 06, 2022
c++
multithreading
c++11
atomic
Removing the first type of a std::tuple
Nov 05, 2022
c++
c++11
stdtuple
Why can in-class initializers only use = or {}?
Aug 04, 2017
c++
c++11
initializer
curly-braces
c++11 struct initialization compilation error
Nov 13, 2020
c++
c++11
is there any difference between static cast to rvalue reference and std::move
Sep 06, 2022
c++
c++11
move
static-cast
« Newer Entries
Older Entries »