Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Bo R
Bo R has asked
3
questions and find answers to
17
problems.
Stats
238
EtPoint
35
Vote count
3
questions
17
answers
About
Bo R questions
Why are uintptr_t and intptr_t optional types in the C (and C++) standard?
Bo R answers
How to read an "uneven" matrix from a file, and store into a 2D array?
C vs C++ placing structs in unsigned char buffer
memcpy vs assignment when copying into an array; why does this generate different code?
How to implement std::distance() for custom templated iterator?
With std::vector, why is &vec[0] undefined behavior, but vec.data() safe?