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
Using std::thread to call an overriden method from a derived class
Nov 07, 2025
c++
c++11
polymorphism
Trying to use lambda functions as predicate for condition_variable wait method
Nov 07, 2025
c++11
concurrency
lambda
synchronization
condition-variable
Binding boost::asio::steady_timer::async_wait
Nov 07, 2025
c++
c++11
boost
boost-asio
How to get the longest string in a set of strings in c++
Nov 06, 2025
c++11
set
std::next with n > std::distance(it, c.end())
Nov 06, 2025
c++
c++11
stl
C++ constexpr function to test preprocessor macros
Nov 05, 2025
c++
c++11
c-preprocessor
autoconf
constexpr
Getting weak pointer to derived class
Nov 04, 2025
c++11
inheritance
visual-c++
smart-pointers
Implicit type of destructor in c++
Nov 04, 2025
c++
c++11
C++: Why can we bind elements in a vector returned by a function to non-const lvalue references?
Nov 04, 2025
c++
c++11
move
Using make_shared with emplace_back and push_back - any difference?
Nov 03, 2025
c++
c++11
vector
c++17
make-shared
Store shared pointer in lambda to keep it alive
Nov 03, 2025
c++
c++11
lambda
shared-ptr
functor
How to define compile time ternary literal in C++?
Nov 03, 2025
c++
c++11
templates
variadic-templates
user-defined-literals
C++ variadic template with non-type parameters of different types
Nov 04, 2025
c++
templates
c++11
variadic-templates
std::lock_guard seems to give thread safety despite scoped block
Nov 03, 2025
c++
multithreading
c++11
concurrency
Efficient usage of a c++11 shared_ptr in an asset manager
Nov 03, 2025
c++
opengl
c++11
shared-ptr
Why is std::back_inserter_iterator not WeaklyIncrementable in RangeV3?
Nov 03, 2025
c++11
insert
iterator
c++-concepts
range-v3
magic statics: similar constructs, interesting non-obvious uses?
Nov 03, 2025
multithreading
c++11
C++ variadic template - limit number of args
Nov 02, 2025
c++
templates
c++11
variadic-templates
Android NDK linker Error:error: undefined reference to std::basic_string
Nov 03, 2025
c++11
android-ndk
android-gradle-plugin
build.gradle
ndk-build
Why compilers generate a copy/move constructors when there is a templated constructor?
Nov 03, 2025
c++
c++11
Older Entries »