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
59
problems.
Stats
1.3k
EtPoint
364
Vote count
7
questions
59
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
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++?
Why do logical operators in C not evaluate the entire expression when it's not necessary to?
Is it legal to call memcpy with zero length on a pointer just past the end of an array?