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
Exception in std::vector<>::emplace_back() safe?
Jun 06, 2022
c++
c++11
exception
vector
emplace
Lambda's "this" capture returns garbage
Apr 18, 2021
c++
c++11
visual-c++
lambda
lazy-initialization
What does libstdc++'s std::vector<bool>::data do?
Nov 05, 2022
c++
c++11
gcc
libstdc++
Compiler warning when a class breaks rule-of-three (five)
Feb 11, 2022
c++
c++11
gcc
compiler-flags
How to fix 'cannot initialize return object of type Base* with an lvalue of type value_type (aka Derived*)?
Jun 01, 2021
c++
c++11
debugging
inheritance
casting
Is there a "generic" iterator type to be used in C++ for function parameters?
Jun 03, 2022
c++
c++11
std::merge doesn't work with std::async
Jun 01, 2019
c++
c++11
What is the C++ way of handling a framework to call functions of different types from a script?
Feb 22, 2021
parsing
c++11
expression
evaluation
variant
Having virtual methods as templates that receive iterators
Jun 15, 2022
c++
c++11
templates
virtual-functions
Create a vector of shared_ptr to ints
Jul 30, 2020
c++
c++11
shared-ptr
smart-pointers
Is it a good habit to reset self to nullptr when use move-constructor?
May 10, 2022
c++
c++11
Return a unique_ptr by reference
Aug 28, 2022
c++
c++11
why c++ use memset(addr,0,sizeof(T)) to construct a object? Standard or compiler bug?
Feb 22, 2021
c++
c++11
constructor
perfect-forwarding
Why is it necessary to to use set.find(x) != set.end() while finding an element.
Nov 08, 2018
c++
c++11
stl
c++14
g++ compiler error on deleted assignment operator of pair<string,string>
Jul 05, 2022
c++11
stl
Safely compare integer to strongly typed enum
May 24, 2022
c++
c++11
is std::function heavier than auto storing lambda function
Sep 07, 2022
c++
c++11
lambda
auto
std-function
To get disassembly of an overloaded member function in GDB - C++
Feb 02, 2022
c++
c++11
gdb
c++14
Usefulness of volatile in concurrent programming since C++11
Feb 27, 2022
c++
c++11
concurrency
volatile
Inserting multiple not-a-numbers into a std::unordered_set<double>
Apr 02, 2022
c++
c++11
ieee-754
« Newer Entries
Older Entries »