Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
VLL
VLL has asked
5
questions and find answers to
41
problems.
Stats
917
EtPoint
266
Vote count
5
questions
41
answers
About
VLL questions
Why cannot I delete unique_ptr<char[]> with reset()?
Is there a compile warning about this use of std::move?
"[ilink32] Fatal: Out of memory" in C++ Builder
How is the initial value of x87 floating point control word defined?
Why does this calculation give different result in boost::thread and std::thread?
VLL answers
Arduino Error: cannot convert 'String' to 'char*' for argument '1' to 'char* strtok(char*, const char*)'
In C++, How a std::thread can call a member function without creating an object?
What is the difference - const int x = 5000; and const int x = 50'00; in C++?
Why cannot I delete unique_ptr<char[]> with reset()?
List of SerialPorts queried using WMI differs from devicemanager?
concatenate variables
Displaying results as soon as they are ready with std::async
Why does condition_variable_any needs a mutex managed by a shared_ptr?
can the CImg library draw thick lines
How to initialize a const std vector in old c++?