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
C++11 Range-based for-loop efficiency "const auto &i" versus "auto i"
Aug 26, 2022
c++
for-loop
c++11
auto
How do I get a const_iterator using auto?
May 24, 2022
c++
c++11
auto
Override identifier after destructor in C++11
Aug 26, 2022
c++
c++11
overriding
virtual-destructor
Extract year/month/day etc. from std::chrono::time_point in C++
May 27, 2019
c++
time
c++11
chrono
what's the point of std::unique_ptr::get
Aug 26, 2022
c++
c++11
pointers
unique-ptr
Workarounds for no 'rvalue references to *this' feature
Aug 26, 2022
c++
c++11
move-semantics
rvalue-reference
Initializing container of unique_ptrs from initializer list fails with GCC 4.7
Mar 24, 2019
c++
compiler-errors
initialization
c++11
C++11 lambda as member variable?
Aug 26, 2022
c++
c++11
lambda
When does a constexpr function get evaluated at compile time?
Aug 26, 2022
c++
c++11
runtime
compile-time
constexpr
What is the default hash function used in C++ std::unordered_map?
Oct 15, 2022
c++
c++11
hash
stl
unordered-map
Using C++ base class constructors?
Aug 25, 2022
c++
inheritance
constructor
c++11
What is constructor inheritance?
Aug 25, 2022
c++
inheritance
constructor
c++11
Lambda expressions as class template parameters
Aug 25, 2022
c++
templates
lambda
c++11
What are the differences between C-like, constructor, and uniform initialization?
Aug 25, 2022
c++
c++11
initialization
c++03
variable-initialization
GCC worth using on Windows to replace MSVC?
Aug 27, 2022
c++
windows
visual-c++
gcc
c++11
constexpr vs. static const: Which one to prefer?
Sep 09, 2022
c++
c++11
constants
constexpr
std::put_time implementation status in GCC?
Sep 17, 2022
c++
gcc
c++11
std
chrono
C++ local variable destruction order
Aug 25, 2022
c++
c++11
destructor
local-variables
Portable way of setting std::thread priority in C++11
Aug 25, 2022
c++
c++11
portability
stdthread
thread-priority
How to convert std::chrono::time_point to calendar datetime string with fractional seconds?
Jul 06, 2022
c++
datetime
c++11
std
chrono
« Newer Entries
Older Entries »