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
Get all elements but the first as a separate vector
Dec 05, 2022
c++
c++11
vector
What C++ STL class should I use to reduce fragmentation caused by lots of small allocations?
Dec 04, 2022
c++
c++11
memory-management
stl
containers
Is std::unique_ptr the wrong tool to allocate memory for an array?
Dec 05, 2022
c++
c++11
memory-management
smart-pointers
unique-ptr
Maintain x*x in C++
Dec 05, 2022
c++
c++11
math
optimization
Comparing different types of C++ for-loops [closed]
Dec 05, 2022
c++
c++11
for-loop
iterator
Range-based loop, unique pointers, and move semantics
Dec 04, 2022
c++
c++11
move-semantics
unique-ptr
How does std::declval work?
Dec 05, 2022
c++
c++11
Keeping two bool class members with opposite values
Dec 05, 2022
c++
class
c++11
initialize unsigned int to 0?
Dec 04, 2022
c++
c++11
Why do I get error "'cout' in namespace 'std' does not name a type" when I use "using cout = std::cout;"?
Dec 04, 2022
c++
c++11
using
type-alias
std::map::size_type for a std::map whose value_type is its own size_type
Dec 04, 2022
c++
c++11
stl
stdmap
size-type
How to use C++0x lambdas local variables for std::fill()?
Dec 03, 2022
c++
c++11
lambda
fill
iota
"What happened to my SFINAE" redux: conditional template class members?
Dec 04, 2022
c++
c++11
template-meta-programming
sfinae
typetraits
Get the result type of a function in c++11
Dec 04, 2022
c++
templates
c++11
typetraits
C++11 how to identify atomic type at compile time (via mtl or defines)?
Dec 04, 2022
c++
boost
c++11
atomic
Initialise an Stl Vector of type T* from an array of type T
Dec 03, 2022
c++
arrays
vector
c++11
stl
Repository of buggy compiler versions for C++11 support
Dec 04, 2022
c++
c++11
build
Why is my terminate handler never invoked?
Dec 04, 2022
c++
c++11
exception-handling
C++ method forwarding
Dec 04, 2022
c++
templates
c++11
operator-overloading
perfect-forwarding
C++11 : Does new return contiguous memory?
Dec 04, 2022
c++
c++11
« Newer Entries
Older Entries »