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++
When do I get "overloaded definition needed" error?
Dec 10, 2025
c++
overloading
Why is the return of this method getting destructed?
Dec 10, 2025
c++
Is unique_lock unlocked when a function is called?
Dec 11, 2025
c++
multithreading
mutex
How would ++*ptr++ be evaluated by compiler if ptr is ptr to first element of a static array?
Dec 11, 2025
c++
pointers
operators
Time complexity n^2
Dec 10, 2025
c++
time-complexity
Is Singleton object returned through shared_ptr thread-safe?
Dec 11, 2025
c++
singleton
atomic
rvo
Is this a BUG about the <concept> lib in c++?
Dec 10, 2025
c++
c++-concepts
Can not find <torch/extension.h>
Dec 11, 2025
c++
pytorch
can libclang parse the CRTP pattern?
Dec 10, 2025
c++
crtp
libclang
How to capture line number within existing code in C/C++?
Dec 11, 2025
c++
line
Am I creating an object correctly in the header file?
Dec 10, 2025
c++
class
object
header-files
Determine, at compile time, whether virtual method has been overridden
Dec 11, 2025
c++
templates
template-meta-programming
How to use variable and move variable at the same time?
Dec 10, 2025
c++
constructor
c++17
move
order-of-execution
MFC : accessing CMainFrame's CImageList from ChildView
Dec 11, 2025
c++
mfc
Correct implementation of a set function for pointer variable
Dec 10, 2025
c++
Why set the stop flag using `memory_order_seq_cst`, if you check it with `memory_order_relaxed`?
Dec 11, 2025
c++
concurrency
stdatomic
Why does friendship seem transitive with befriended function templates?
Dec 11, 2025
c++
templates
language-lawyer
friend
friend-function
Can I use cmpxchg16b to atomically copy a pointer to a pointer and an int, while simultaneously incrementing the int (atomic reference counting)?
Dec 11, 2025
c++
multithreading
assembly
concurrency
Delegate/forward function to member (composition)
Dec 11, 2025
c++
delegates
wrapper
forwarding
« Newer Entries
Older Entries »