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
Returning pointer by value does not move the object
Mar 10, 2026
c++
c++11
move-semantics
rvalue
C++: Differences between 2 arrays
Mar 10, 2026
c++
c++11
set
std::stoi, std::setbase, and an std::out_of_range error
Mar 09, 2026
c++
c++11
C++ error: no matching function for call to 'print_size'
Mar 10, 2026
c++
c++11
initializer-list
auto
How to return dynamically allocated array from function and correctly delete it
Mar 10, 2026
c++
c++11
memory
memory-management
memory-leaks
Correct use of shared_ptr and make_shared in exercise from Stroustrup's PPP book Chapter 12
Mar 08, 2026
c++
c++11
shared-ptr
hash template metafunction and function
Mar 10, 2026
c++
c++11
What is the type of new int[M][N]?
Mar 09, 2026
c++
arrays
c++11
dynamic
multidimensional-array
C++0x: How can I access variadic tuple members by index at runtime?
Mar 08, 2026
c++
runtime
indexing
c++11
tuples
Good practice for passing a function as a parameter : copy, reference, const reference? [duplicate]
Mar 09, 2026
c++
c++11
functor
lambda
Insert std::map into std::vector directly
Mar 09, 2026
c++
c++11
vector
stdvector
stdmap
Compile-time calculation of bits needed to represent a range
Mar 09, 2026
c++
c++11
compile-time
move assignment to object with const value
Mar 08, 2026
c++
c++11
move
Type trait to check if istream operator>> exists for given type
Mar 08, 2026
c++
c++11
templates
sfinae
declval
-Weffc++ warning on simple structure with shared_ptr
Mar 08, 2026
c++
c++11
Cache Optimization and Polymorphism
Mar 08, 2026
c++
optimization
c++11
polymorphism
shared-ptr
Is it safe to initialize a c++11 function-static variable from a linux signal handler?
Mar 08, 2026
linux
c++11
signals
Start multiple threads and wait only for one to finish to obtain results
Mar 08, 2026
c++
multithreading
c++11
boost
Qt: Is emitting signals in lamdas ok or it is bad style (and will it cause problems)
Mar 08, 2026
qt
c++11
lambda
Older Entries »