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
Legal to overwrite std::string's null terminator?
Aug 31, 2022
c++
c++11
language-lawyer
stdstring
Is it okay to define a totally general swap() function?
Aug 31, 2022
c++
c++11
gcc
libstdc++
argument-dependent-lookup
Why not just use random_device?
Aug 31, 2022
c++
c++11
random
Should a move constructor take a const or non-const rvalue reference?
Aug 31, 2022
c++
c++11
rvalue-reference
move-constructor
Is there a way to cancel/detach a future in C++11?
Aug 31, 2022
c++
c++11
future
When should I use std::bind?
Aug 31, 2022
c++
c++11
lambda
bind
standard-library
declare template friend function of template class
Aug 31, 2022
c++
templates
c++11
friend
Nicer syntax for setting default argument value to default constructor
Aug 31, 2022
c++
c++11
optional-parameters
default-constructor
Convert std::chrono::time_point to unix timestamp
Aug 31, 2022
c++
c++11
unix-timestamp
chrono
A good hash function for a vector
Aug 31, 2022
c++
c++11
hash
What causes std::bad_function_call?
Oct 25, 2022
c++
exception
lambda
c++11
C++ std::unique_ptr return from function and test for null
Aug 24, 2022
c++
c++11
unique-ptr
Why do type aliases in C++ use 'using' instead of 'typedef' in their syntax?
Aug 30, 2022
c++
templates
c++11
typedef
using
Are there any valid use cases to use new and delete, raw pointers or c-style arrays with modern C++?
Aug 30, 2022
c++
c++11
Random Number Order in C++ using <random>
Sep 01, 2022
c++
c++11
random
operator-precedence
C++11 Implementation of Spinlock using <atomic>
Aug 30, 2022
c++
multithreading
c++11
How to make a variadic is_same?
Dec 31, 2019
c++
templates
c++11
variadic-templates
Why doesn't my compiler recognise "Bond() = default;"?
Jun 28, 2022
c++
c++11
Why doesn't the compiler generate compile errors if an incorrect argument type is passed to a struct initialiser list?
Jun 04, 2022
c++
c++11
struct
C++ destructor with return
Aug 30, 2022
c++
c++11
return
c++14
destructor
« Newer Entries
Older Entries »