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++ type trait to detect if any function argument is reference
Sep 09, 2025
c++
c++11
templates
lambda
type-traits
Can anybody provide a MISRA C++ compliant 'offsetof' macro/template/function that works with static_assert?
Sep 07, 2025
c++
c++11
misra
Error spotted in C++ Primer 5th edition shared_ptr<int>
Sep 08, 2025
c++
c++11
c++14
shared-ptr
errata
Is there a way to suppress Intellisense errors when using C++11 features specific to November 2012 CTP?
Sep 09, 2025
c++
visual-c++
c++11
visual-studio-2012
intellisense
What is the reason for providing a default value of zero for SFINAE testers?
Sep 08, 2025
c++
templates
c++11
sfinae
libc++
GoogleTest with Templates
Sep 07, 2025
c++
c++11
templates
c-preprocessor
googletest
Can attributes be applied to templates?
Sep 06, 2025
templates
c++11
How can I properly capture an Obj-C block within a c++ lambda call?
Sep 08, 2025
objective-c
c++11
lambda
objective-c-blocks
objective-c++
What is the C++ 11 atomic library equivalent of Java's AtomicMarkableReference<T>
Sep 08, 2025
java
c++
c++11
atomic
lock-free
Generate one method per type from variadic class template
Sep 08, 2025
c++11
methods
overloading
abstract-class
variadic-templates
How to fill 3D array with zeros?
Sep 07, 2025
c++
arrays
algorithm
c++11
multidimensional-array
Pass a char to an int in using std::cin in C++
Sep 07, 2025
c++
loops
c++11
integer
iostream
Creating a callback with std::function as class-member
Sep 08, 2025
c++
c++11
copy
std-function
How can I iterate over a vector of functions and call each of them in C++?
Sep 08, 2025
c++
c++11
vector
stl
iterator
Smart pointers and parameter list allocation rules
Sep 08, 2025
c++
c++11
smart-pointers
Does a no-op "do nothing" function object exist in C++(0x)?
Sep 06, 2025
c++
c++11
functional-programming
no-op
Trouble with header files in c++: linker command failed
Sep 06, 2025
c++
c++11
header-files
C++11: Preventing lambda scope capture bugs
Sep 07, 2025
c++11
lambda
Older Entries »