Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
alain
alain has asked
7
questions and find answers to
61
problems.
Stats
1.3k
EtPoint
370
Vote count
7
questions
61
answers
About
alain questions
Is the behaviour of the compiler undefined, with Undefined Behaviour?
Is a class declaration allowed after a class definition?
Inconsistent behavior of MSVC vs. GCC with sizeof
Throw temporary instead of local variable - why?
alain answers
Why fill_n() does not work with vector.reserve()?
How can you find reddest colour in a fixed colour display?
Caveats and risks of calling a constructor and destructor like common methods?
How windows APIs accept strings
Type conversion for lambda C++
Check pointer's nullability: !pointer or pointer == nullptr? [duplicate]
What is the difference between inbuilt qsort function and stable sort function?
Using an unordered_map with arrays as keys
short int Integer wrap around / short int inversion in c not understood, difference between assignment and prints
Are memory leaks "undefined behavior" class problem in C++?