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
Is C++11's long long really at least 64 bits?
Aug 31, 2022
c++
c++11
long-long
Which headers in the C++ standard library are guaranteed to include another header?
Aug 31, 2022
c++
c++11
c++14
header-files
c++20
Is specializing std::swap deprecated now that we have move semantics? [duplicate]
Aug 31, 2022
c++
templates
c++11
swap
move-semantics
What exactly is a 'side-effect' in C++?
Aug 31, 2022
c++
c++11
std::unordered_map::find using a type different than the Key type?
Sep 10, 2022
c++
c++11
unordered-map
"Use of deleted function" error with std::atomic_int
Aug 31, 2022
c++
c++11
stdatomic
C++0x variadic template pass by reference
Jun 03, 2019
c++
templates
c++11
Switch Statements with strongly typed enumerations
Aug 31, 2022
c++
enums
c++11
GCC error with variadic templates: "Sorry, unimplemented: cannot expand 'Identifier...' into a fixed-length argument list"
Oct 15, 2013
c++
templates
g++
metaprogramming
c++11
What is the purpose of a declaration like int (x); or int (x) = 10;
Aug 31, 2022
c++
c++11
language-lawyer
variable-declaration
Why use variadic arguments now when initializer lists are available?
Aug 31, 2022
c++
performance
c++11
variadic-functions
initializer-list
Why does parameter pack expansion work differently with different C++ compilers?
Jul 11, 2021
c++
templates
c++11
parameters
Is gcc or clang correct about this behavior?
Aug 31, 2022
c++
c++11
gcc
clang
language-lawyer
C++11 mode or settings for emacs?
Aug 31, 2022
c++
emacs
c++11
elisp
syntax-highlighting
Making a user-defined class std::to_string-able
Dec 12, 2018
c++
string
c++11
tostring
Are move constructors produced automatically?
Aug 31, 2022
c++
c++11
move-constructor
Correct way of initializing a struct in a class constructor
Aug 31, 2022
c++
c++11
struct
Is the std::array bit compatible with the old C array?
Aug 31, 2022
c++
c++11
memcpy
reinterpret-cast
Does the C++ standard specify anything on the representation of floating point numbers?
Sep 01, 2022
c++
c++11
floating-point
standards
ieee-754
std::initializer_list as function argument
Apr 21, 2022
c++
c++11
initializer-list
« Newer Entries
Older Entries »