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
How to stop an std::thread from running, without terminating the program
Feb 25, 2026
c++
multithreading
c++11
stdthread
is there a way in c++ to inititialize an array of some class objects without defining the size first
Feb 25, 2026
c++
arrays
c++11
C++ lambda by-value capture semantics and allowed optimizations
Feb 24, 2026
c++
c++11
lambda
Does \u0052\u0022 start a raw string?
Feb 23, 2026
c++
c++11
How do i write a hash function in C++?
Feb 24, 2026
c++
c++11
hash
why std::move behaves like std::copy? [duplicate]
Feb 24, 2026
c++
c++11
stl
move-semantics
std
why std::is_same<int, *(int*)>::value is false? [duplicate]
Feb 23, 2026
c++
c++11
is-same
Why Pointer contains some trash?
Feb 23, 2026
c++
pointers
c++11
vector
raii
Set *both* elements and initial capacity of std::vector
Feb 24, 2026
c++
c++11
vector
Custom C++ exceptions with template arguments
Feb 24, 2026
c++
c++11
templates
exception
What is the advantage of using mt19937_64 over its 32 bit variant?
Feb 24, 2026
c++11
prng
String c++ manipulation
Feb 24, 2026
c++
string
c++11
Can formal parameters inside the function not be dropped even if the function returns until the caller statement ends?
Feb 23, 2026
c++
c++11
Can C++ compilers cache the result of constexpr functions?
Feb 23, 2026
c++
c++11
templates
constexpr
How to overload << operator without friend function
Feb 23, 2026
c++
c++11
Can I have partial template specialization with the using keyword?
Feb 23, 2026
c++11
templates
using
Why is it legal to define arbitrary return type of overloaded operators when T or T& is expected
Feb 22, 2026
c++
c++11
operator-overloading
Older Entries »