Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
milleniumbug
milleniumbug has asked
9
questions and find answers to
61
problems.
Stats
2.0k
EtPoint
690
Vote count
9
questions
61
answers
About
milleniumbug questions
Portable emulation of flexible array member in C++?
Are C++ strings and streams buffer overflow safe?
Why does proposed `std::shared_ptr::operator[]` take `std::ptrdiff_t` as an argument
Why can't my constexpr function return a lambda?
Why arguments of std::binary_search are forward iterators?
milleniumbug answers
Why not unique_ptr made to accept only a temporary?
Use enum as type can be consider a good practice in C? [closed]
Is there a template for an infinite sequence of parameters?
C++ Find last ocurrence of a string inside a substring
How can I update code::blocks to use TDM-GCC?
C++ function pointer as template
Does this use of std::make_unique lead to non-unique pointers?
Why does the delete[] syntax exist in C++?
Using getter/setter vs "tell, don't ask"?
When should we use std::enable_shared_from_this