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
Mark a member function as const when it is conceptually not
May 14, 2022
c++
c++11
constants
Handmade auto template (without using C++0x)
Mar 26, 2022
c++
templates
c++11
constexpr initialization of array to sort contents
May 04, 2022
c++
c++11
template-meta-programming
constexpr
How to detect if a type is shared_ptr at compile time
Nov 05, 2022
c++
c++11
templates
shared-ptr
cereal
Is std::unordered_set contiguous (like std::vector)?
Nov 03, 2022
c++
performance
vector
c++11
unordered-set
Use std::initializer_list in Visual C++ Compiler November 2012 CTP
Dec 15, 2021
c++
visual-c++
c++11
visual-studio-2012
initializer-list
Can we erase the items in range-based for loop in c++11 [duplicate]
Jul 31, 2019
c++
c++11
Why can't I declare a pure virtual function with `= delete;`?
Oct 18, 2022
c++
c++11
Why doesn't std::unique_ptr implicitly convert to T* and const T*?
Jun 08, 2022
c++
c++11
Difference between C++0x lambdas and operator(), closure and functor
May 13, 2022
c++
lambda
c++11
closures
Can I tell the size of an array created with "new type[n]" in C++?
Aug 27, 2022
c++
c++11
How to elegantly return an object that is default-initialized?
May 12, 2022
c++
c++11
return
default-value
default-constructor
Why std::make_move_iterator works on vector<string> but not on vector<int>
Oct 17, 2022
c++
string
c++11
vector
move-semantics
How to prohibit the construction of object?
Nov 13, 2019
c++
c++11
memory-management
c++14
memory-layout
Compiling C++11 in Visual Studio Code [closed]
Mar 10, 2022
c++
c++11
visual-studio-code
g++
Is &vec[0] defined behavior for a std::vector vec?
Nov 11, 2022
c++
c++11
What is the difference between std::function and std::mem_fn
Apr 18, 2022
c++
c++11
stl
function-pointers
std-function
Was the raw-pointer constructor of shared_ptr a mistake?
Aug 31, 2022
c++
c++11
shared-ptr
make-shared
how to write a fold /sum function for C++ tuple?
Apr 06, 2022
c++
c++11
c++17
stdtuple
How do you pass a std::array?
Nov 14, 2022
c++
c++11
« Newer Entries
Older Entries »