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
760
problems.
Stats
18.5k
EtPoint
5.9k
Vote count
3
questions
760
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
C++ STL: will c_str() be changed when creating const copy of std::string?
C++ - allow access through the base class (interface), forbid access through the derived class (concrete implementation)?
How to use typedef to alias C++ arrays? [closed]
need a command-line parser to fit my requirements
portable c++ alignment?
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?