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
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
Terminate thread c++11 blocked on read
Aug 22, 2022
c++
c++11
friend function defined inside a template class
Aug 21, 2022
c++
c++11
Can I resize a vector that was moved from?
Jul 08, 2022
c++
c++11
cryptography
move
move-semantics
Prevent const function being called for non-const object
Oct 06, 2022
c++
c++11
Range-based for and other increments
Nov 18, 2022
c++
c++11
for-loop
std::unordered_map constructor with initializer_list and size compiles in main, but not in class definition
May 20, 2022
c++
c++11
constructor
unordered-map
list-initialization
How to compare two preprocessor macros with the same name?
May 03, 2022
c++
c++11
c++17
c-preprocessor
compile-time
push_back is more efficient than emplace_back?
Nov 07, 2022
c++
c++11
vector
Is it guaranteed that std::chrono::steady_clock never wraps around?
Jun 28, 2022
c++
c++11
chrono
Why does default-constructibility behave weirdly for inner structs with NSDMI?
Jul 17, 2022
c++
c++11
default-constructor
nsdmi
How to call a template member function in a template base class?
Apr 19, 2022
c++
templates
c++11
using
member-functions
« Newer Entries
Older Entries »