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++ class follows with template keyword
Jun 06, 2026
c++
c++11
How to build NS-3 to use C++0x/C++11 libraries?
Jun 06, 2026
c++
gcc
c++11
waf
ns-3
A template class that only accepts enum type arguments?
Jun 07, 2026
c++
c++11
Refactoring to enum to enum class shadows namespace
Jun 07, 2026
c++
c++11
In C++, if "int a = 3; int* p = &a;", then why is "const int* &pp = p" not allowed, but "const int* const &pp = p" is allowed?
Jun 07, 2026
c++
c++11
reference
constants
How can I detect string literals in code?
Jun 06, 2026
c++
regex
c++11
Sending data through ZeroMQ (zmqpp) using MsgPack gives 'msgpack::v1::insufficient_bytes' error
Jun 07, 2026
c++
c++11
zeromq
msgpack
messagepack
C++: Help Creating unordered_map with User-Defined Hash/Equality
Jun 07, 2026
c++
functional-programming
c++11
bind
unordered-map
Variadic template partial specialisation "not more specialised" in g++ 7.1.1
Jun 07, 2026
c++
c++11
variadic-templates
template-specialization
Uniform initialization syntax for basic types?
Jun 06, 2026
c++
c++11
uniform-initialization
How to initialize a vector<int> v(1000) with values {1,1,1,...,1} without a loop in C++?
Jun 06, 2026
c++
c++11
vector
syntax
Overloading a function defined in a namespace
Jun 06, 2026
c++
c++11
overloading
Threads - Mac vs Linux
Jun 06, 2026
c++
linux
multithreading
macos
c++11
How to handle step-by-step refactory of some heavily used libraries?
Jun 07, 2026
c++
refactoring
project-management
c++11
std::function type and template instantiation
Jun 06, 2026
c++
templates
c++11
lambda
std-function
Implicit conversion of lefthand argument in in-class declared friend operator
Jun 06, 2026
c++
c++11
operator-overloading
friend
crtp
lambda functors assignment workaround
Jun 06, 2026
c++
c++11
Why does this function template call work?
Jun 04, 2026
c++
templates
c++11
« Newer Entries
Older Entries »