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++ understanding RVO (as compared to returning local variable reference)
Mar 12, 2023
c++
c++11
Get bits from byte and slice 2 bit pairs
Mar 11, 2023
c++
c++11
bit-manipulation
byte
bit
static_assert on reference template argument type
Mar 13, 2023
c++
c++11
templates
Making a const unique_ptr then trying to std::move from it gives the same error as if you were trying to access the copy constructor
Mar 12, 2023
c++
c++11
copy-constructor
smart-pointers
move-semantics
Convert a uint64_t to a time_point
Mar 12, 2023
c++
c++11
time
c++-chrono
How does the 'delete' operator actually work behind the scenes in C++ in dynamic memory allocation (heap)?
Mar 11, 2023
c++
c++11
heap-memory
delete-operator
Porting a C++ Program to Rust: Of reinterpret_cast, Structs and Bluetooth
Mar 10, 2023
c++11
struct
rust
bluez
relations between all kinds of initialization and constructions?
Mar 12, 2023
c++
c++11
initialization
c++14
Why does std::get not have a single signature that accepts a forwarding reference
Mar 10, 2023
c++
c++11
c++14
c++17
stdtuple
data member access in template programming
Mar 11, 2023
c++
c++11
template-meta-programming
Tricky situation with race condition
Mar 12, 2023
c++
multithreading
c++11
Why the below code does not compile with gcc but compiles fine with clang
Mar 10, 2023
c++
c++11
language-lawyer
move-constructor
noexcept
How to require an exact function signature in the detection idiom?
Mar 11, 2023
c++
c++11
templates
types
type-conversion
Dynamic memory allocation in C++?
Mar 11, 2023
c++
arrays
c++11
variable-length-array
How a class that does not initialize its all members in its constructor to be initialized in C++11
Mar 10, 2023
c++
c++11
How can the struct specialized atomic type be lock free?
Mar 11, 2023
c++
multithreading
c++11
atomic
Dealing with <unresolved overloaded function type> when passing function pointer to function
Mar 10, 2023
c++
c++11
How to cast `std::chrono::milliseconds` to `boost::posix_time::milliseconds`
Mar 09, 2023
c++
c++11
boost
boost-asio
c++-chrono
Variadic template, no matching function for call
Mar 08, 2023
c++
c++11
templates
variadic-templates
template-argument-deduction
How to passing one or more (undefined number) parameters to a function?
Mar 09, 2023
c++
function
c++11
« Newer Entries
Older Entries »