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
C++ : How to ensure that a class member variable is modifiable only within a certain method
Oct 24, 2022
c++
c++11
c++14
Partial Specialization of tuple contents with variadic arguments
Jun 18, 2022
c++
templates
c++11
tuples
variadic-templates
C++: Overloading the [ ] operator for read and write access
Mar 14, 2022
c++
c++11
operators
operator-overloading
Does g++ meets std::string C++11 requirements
Aug 18, 2022
c++
string
c++11
g++
std
Programmatic initialization of a long array at compile or initialization time
Sep 01, 2018
c++
c++11
initialization
std::move vs std::auto_ptr?
May 19, 2019
c++
c++11
std
rvalue-reference
auto-ptr
Is it possible for a function to only accept a limited set of types for a given argument?
Feb 18, 2022
c++
function
templates
c++11
polymorphism
auto it = vector.begin() resulting type is not convertible to const_iterator
Apr 20, 2022
c++
c++11
auto
implicit-conversion
If lambdas don't have a specified type, how does std::function accept a lambda?
Aug 25, 2022
c++
c++11
Have You Started Using C++0x?
Feb 27, 2022
c++
c++11
When will adding a move constructor and a move assignment operator really start make a difference?
Sep 24, 2022
c++
c++11
rvalue-reference
value-type
move-semantics
When you perfect-forward, typename T becomes a T& or T&&, but when you don't, T isn't a reference at all. How?
May 25, 2019
c++
templates
c++11
Erroneous "Unable to resolve identifier" in Netbeans
Oct 03, 2022
c++
c++11
netbeans
netbeans-8
Why does sizeof(!0) print 1 instead of 4?
Feb 06, 2022
c++
c++11
sizeof
What is the difference between declaring a variable using auto and using the type-name?
May 29, 2022
c++
c++11
What is the difference between a dangling pointer and memory leak?
Aug 31, 2022
c++11
memory-leaks
dynamic-allocation
dangling-pointer
Why lambda returns bool?
Sep 12, 2022
c++
qt
c++11
return
return-type
Why is map<bool,int> m={{1,2},{3,4},{5,0}}; size 1 and not 3?
Apr 28, 2022
c++
c++11
stdmap
uniform-initialization
Reference initialization in C++11 default constructor
Nov 11, 2022
c++
c++11
How to avoid code duplication with function overloading
Oct 02, 2022
c++
c++11
overloading
« Newer Entries
Older Entries »