Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
MikeMB
MikeMB has asked
66
questions and find answers to
85
problems.
Stats
2.1k
EtPoint
513
Vote count
66
questions
85
answers
About
MikeMB questions
How to package c++ dependencies on linux
Adding blocking functions to lock-free queue
Is std::regex constructor safe?
Function overloading for const char*, const char(&)[N] and std::string
Find directory where target is defined
Can we use std::atomic<std::array<>>? [duplicate]
Return value of std::strftime
ABI-Compatibility of visual studio c-libraries
Standardize 2D/3D Vector / Coordinate Class
Comparison for objects derived from std::string_view is ambiguous in MSVC
MikeMB answers
Issue using std::atomic_flag with worker thread
Return Value Optimization and functions that build structures
Mapping C++ memory ordering to Java
Reverse Array with given sentinel value
Undefined behavior when constexpr-evaluating negative bitshift?
C++ how to convert char array to vector of bytes (vector<byte>)
Vector-like container that can have instances with storages mutually contiguous?
Are compilers able to avoid branching instructions?
shared pointer double deleting
Why do dynamic arrays in C++ and Java have different initial capacities?