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
766
problems.
Stats
18.6k
EtPoint
5.9k
Vote count
3
questions
766
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
Error when statically building a windows application
GCC warn about declared but undefined variable
Why can I take the address of a string literal, but not of an integer literal?
No matching function to call Std::find?
how to use mktime to respect timezone
Custom archive format File Reading
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