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
819
problems.
Stats
19.4k
EtPoint
6.1k
Vote count
3
questions
819
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 string <bad ptr> but there is string value what does it mean?
In C++, how can you avoid explicit downcasts with a map of generic types?
what will happen to the alloacted memory in a constructor if I throw exception from constructor? [duplicate]
Where and When should we use compile time macro concatenation?
Improper nesting of variable scopes in C++?
Modify the self-made concat function so it will accept more than two arguments
C++ - variadic functions and cout
No definition available for static const member with initializer?
C++ static_cast - safer way. why?
What do you think to this for loop macro? [closed]