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++
Currying in C++20 and (universal) references
Sep 17, 2025
c++
c++20
currying
forwarding-reference
Why is `std::this_thread::yield()` 10x slower than `std::this_thread::sleep_for(0s)`?
Sep 19, 2025
c++
linux
multithreading
scheduler
How is 1.0 / 3.0 not an undefined operation in C++? (not representable in float)
Sep 19, 2025
c++
floating-point
language-lawyer
c++20
Are XOR linked lists still allowed in C++17?
Sep 19, 2025
c++
c++17
pointer-arithmetic
xor-linkedlist
Why std::thread accepts generic lambdas but not templated functions (without explicit instantiation)?
Sep 18, 2025
c++
templates
lambda
stdthread
How to download a file from a private repository using curl?
Sep 19, 2025
c++
windows
curl
github-api
libcurl
Use of overloaded operator[] is ambiguous
Sep 17, 2025
c++
Can I use C++20 `std::atomic<T>::wait()` or `std::atomic_flag::wait()` in shared memory?
Sep 19, 2025
c++
synchronization
Is this an illegal aliasing? [duplicate]
Sep 19, 2025
c++
language-lawyer
std::source_location - filename only, not full path - compile-time substring?
Sep 19, 2025
c++
string
constexpr
compile-time
Template specialization for variadic template
Sep 19, 2025
c++
templates
c++17
variadic-templates
template-specialization
Strip class name from rtti
Sep 19, 2025
c++
c++11
Is it possible to manually call the constructor of a class in C++?
Sep 18, 2025
c++
External C++ source files in android studio?
Sep 18, 2025
c++
android-studio
How to use sregex_token_iterator
Sep 19, 2025
c++
regex
c++11
static_cast an interface to derived class
Sep 19, 2025
c++
static-cast
Comma Formatting for numbers in C++
Sep 18, 2025
c++
Older Entries »