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
Why is throwing exceptions not considered a technique to return different data types at runtime?
Aug 27, 2026
c++
c++11
exception
return-type
Use case of C++11 function declaration at block scope?
Aug 27, 2026
c++
c++11
Speeding up double absolute value in C++
Aug 27, 2026
c++
performance
c++11
profiling
absolute-value
Is there a private using name = type;
Aug 27, 2026
c++
c++11
private
using
Questions about STL containers in C++
Aug 27, 2026
c++
c++11
stl
unordered-map
multimap
Bit shift compile error from template instantiation with float type
Aug 24, 2026
c++
c++11
difference between array pointer to array reference
Aug 26, 2026
c++
c++11
C++: logger design, line/function information as function argument
Aug 26, 2026
c++
logging
c++11
Why would they special-case certain initializer lists instead of treating them all the same?
Aug 24, 2026
c++
c++11
auto
list-initialization
Why am I allowed to explicitly instantiate a template specialization where the default argument is not implicitly convertible to the other type?
Aug 26, 2026
c++
c++11
templates
template-specialization
How does std::set and std::unordered_set construct elements in place with emplace()?
Aug 25, 2026
c++
c++11
stl
set
emplace
Can I use a C Variable Length Array in C++03 and C++11?
Aug 25, 2026
c++
arrays
c++11
gcc
variable-length-array
"Beautifying" macro
Aug 25, 2026
c++
c++11
macros
Behaviour of std::move operation in c++11
Aug 26, 2026
c++
c++11
Can we say bye to copy constructors?
Aug 24, 2026
c++
c++11
clone
copy-constructor
How to generate the nth numbers containing only 2 types of digits?
Aug 26, 2026
algorithm
c++11
Static variable shadowing global
Aug 26, 2026
c++
c++11
scope
static
initialization
Does a trivial destructor need to be called to avoid memory leaks? [duplicate]
Aug 26, 2026
c++
memory
c++11
destructor
type-traits
Start and Stop a loop within a Thread in C++
Aug 26, 2026
c++
multithreading
loops
c++11
stdthread
Does a class with all attributes const need to have member function declared const as well?
Aug 26, 2026
c++
c++11
attributes
constants
member-functions
« Newer Entries
Older Entries »