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++
What is " Variable ' i ' was not declared in scope " in c++?
Dec 16, 2022
c++
variables
scope
What happens to a parameter if it is passed twice? Once by value and once by reference? Will it be modified or not?
Dec 16, 2022
c++
parameters
pass-by-reference
pass-by-value
Insert an object pointer into a map of maps through emplace() does not work
Dec 16, 2022
c++
c++11
pointers
stdmap
emplace
std::mutex as class member, and store class obect to container
Dec 15, 2022
c++
c++11
mutex
Substitution failure for template template argument
Dec 14, 2022
c++
templates
c++17
variadic-templates
template-argument-deduction
Is literal double to float conversion equal to float literal?
Dec 16, 2022
c++
math
floating-point
Conditionally creating members inside a class
Dec 16, 2022
c++
class
c++17
if-constexpr
P0960, Is there any kind of mechanic to detect if there are narrowing in the new aggregates init with ()s in c++20?
Dec 16, 2022
c++
c++-standard-library
c++20
narrowing
template function that uses n_copy to copy first n elements form one vector another causing a compilation error
Dec 15, 2022
c++
templates
vector
stl
Is -Wreturn-std-move clang warning correct in case of objects in the same hierarchy?
Dec 16, 2022
c++
clang
warnings
c++17
move
What does char* (int) mean in C++?
Dec 15, 2022
c++
pointers
What is the C++ way to do this instead of using function pointers?
Dec 14, 2022
c++
Vector insert within the same object
Dec 15, 2022
c++
vector
iterator
g++ breaking change in std::filesystem::last_write_time
Dec 16, 2022
c++
g++
c++17
Are there any plans to add "expects" to std::optional?
Dec 15, 2022
c++
option-type
c++20
preconditions
openCV 'cvPoint' and 'CV_FONT_HERSHEY_SIMPLEX' not declared in this scope
Dec 16, 2022
c++
opencv
ubuntu
ros
catkin
How to pass an overloaded member-function as parameter?
Dec 16, 2022
c++
class
c++11
pointer-to-member
std-function
Can I legally cast a member function pointer to a function pointer?
Dec 15, 2022
c++
pointer-to-member
Is it safe to cast bool to float?
Dec 16, 2022
c++
Any way of adding member variable for specific template value?
Dec 15, 2022
c++
templates
« Newer Entries
Older Entries »