Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mark B
Mark B has asked
3
questions and find answers to
755
problems.
Stats
18.4k
EtPoint
5.9k
Vote count
3
questions
755
answers
About
Mark B questions
How can I print N array elements with delimiters per line?
Why does boost include two different versions of strong_typedef.hpp?
Why was std::pow(double, int) removed from C++11?
Mark B answers
Does it make sense to inherit from STL containers and delete `new` operators to prevent undefined behavior because of lacking virtual destructors?
Partial template specialisation of a functor that's calling a member method of objects passed to it
C++ constructor not being called [duplicate]
C++ inheritance initializer list
Any thread-unsafe mallocs?
Storing from std::vector to std::set where vector contains a structure but std::set contains only one element from the struct
How to combine std::make_shared and new(std::nothrow)
Template const/non-const argument cast
Converting float to different base
Specifying char array size in extern statement for sizeof command