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
In C++, can I declare a reference so as to indicate that nothing will ever modify it?
Sep 16, 2022
c++
c++11
optimization
reference
Does returning a local object require move semantics?
Sep 01, 2022
c++
c++11
If I move a local object into a function, will it still be valid afterward?
Sep 16, 2022
c++
c++11
move-semantics
Converting a std::wstring to int
Nov 16, 2022
c++
c++11
Is it possible to access (read only) the variables captured by a lambda?
Aug 26, 2022
c++
c++11
Removing elements from a C++ map through a for-loop
Sep 16, 2022
c++
map
stl
c++11
how to use std::vector::emplace_back for vector<vector<int> >?
Mar 14, 2022
c++
c++11
vector
How can I avoid writing `::value` and `::type` when using `std::enable_if`? [cppx]
Jun 08, 2022
c++
templates
c++11
Find max/min of vector of vectors
Sep 16, 2022
c++
c++11
vector
max
min
shared_from_this() causes std::bad_weak_ptr even when correctly using make_shared
May 31, 2021
c++
c++11
boost-asio
shared-ptr
Can we increase an iterator multiple positions without the 'advance' function?
Feb 16, 2022
c++
c++11
iterator
listiterator
What is the reason behind std::chrono::duration's lack of immediate tick count manipulation?
Nov 13, 2022
c++
c++11
chrono
non-integral constants
Jan 31, 2021
c++
c++11
constants
inline
How to get the number of arguments of `std::function`?
Sep 24, 2022
c++
function
c++11
Should I std::move a shared_ptr in a move constructor?
Feb 21, 2018
c++
c++11
shared-ptr
rvalue-reference
How to memset char array with null terminating character?
Aug 22, 2022
c++
arrays
c++11
memset
null-terminated
Is it possible to inline a lambda expression? [duplicate]
Nov 20, 2022
c++
c++11
lambda
inline
inlining
Why can't nullptr convert to int?
Nov 30, 2021
c++
c++11
implicit-conversion
nullptr
Which standard C++ features can be used for querying machine/OS architecture?
Jan 30, 2022
c++
c++11
computer-architecture
c++14
Get function pointer from std::function when using std::bind
Oct 14, 2022
c++
c++11
bind
function-pointers
« Newer Entries
Older Entries »