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++
Why in C++, I don't need to dereference a pointer to an array in order to access items in the array
Feb 08, 2023
c++
arrays
pointers
Is find_if on a set linear?
Feb 08, 2023
c++
algorithm
search
set
time-complexity
C++11 Thread-safe initialization of function-local static const objects
Feb 08, 2023
c++
multithreading
c++11
static
initialization
Partial specialising function template with templated argument
Feb 08, 2023
c++
templates
template-specialization
partial-specialization
Is there a way to SFINAE based on available overloads in the current class?
Feb 08, 2023
c++
c++11
templates
clang
sfinae
c++ how to implement a switch between class members
Feb 08, 2023
c++
what does the < > beside the struct do?
Feb 08, 2023
c++
How to use lower_bound(upper_bound) to find position of any number in array?
Feb 08, 2023
c++
algorithm
lower-bound
upperbound
Using double pointers with const
Feb 08, 2023
c++
pointers
constants
Handling multiple states in a C++ class
Feb 08, 2023
c++
How to draw a smooth curved line that goes through several points in QT?
Feb 07, 2023
c++
qt
qpainterpath
Standard replacement for QByteArray
Feb 08, 2023
c++
qt
c++11
qbytearray
OpenCV VideoWriter size issue
Feb 07, 2023
c++
opencv
C++: how to convert std::vector to Eigen::MatrixXd?
Feb 08, 2023
c++
eigen
stdvector
using a std::function or a forwarding reference as general-purpose callable object input parameter of a higher-order function?
Feb 07, 2023
c++
c++11
std-function
perfect-forwarding
Are there cases in which trailing-return-type syntax in lambda cannot be avoided?
Feb 08, 2023
c++
c++11
lambda
c++14
trailing-return-type
Constructor calls while copying a class in vector
Feb 07, 2023
c++
c++11
vector
rvalue reference binding to an lvalue for std::function types
Feb 08, 2023
c++
c++11
move-semantics
Why is my Java Merge-Sort faster than my C++ implementation?
Feb 07, 2023
java
c++
runtime
mergesort
I want to pack the bits based on arbitrary mask
Feb 06, 2023
c++
bit-manipulation
bitwise-operators
« Newer Entries
Older Entries »