Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
PeterK
PeterK has asked
33
questions and find answers to
17
problems.
Stats
554
EtPoint
118
Vote count
33
questions
17
answers
About
C++ developer
PeterK questions
Why is the call to array_view::synchronize() so slow?
Calling the appropriate function based on an enumeration, but using templates
In resources of a executable file, how does one find the default icon?
Efficient algorithm for merging small overlaping blocks into larger contiguous blocks?
How to correctly parse incoming HTTP requests
Flexible logger class using standard streams in C++
Different behavior of compilers with array allocation
Segmentation fault in __pthread_getspecific called from libcuda.so.1
How to spot java deserialization issues?
How to write a flexible modular program with good interaction possibilities between modules?
PeterK answers
Is it OK to have a single configuration, rather than separating Debug and Release (in our case)?
Side effects of exit() without exiting?
how to search "n bits" in a byte array?
File IO, Handling CRLF
Zip file using C program
In resources of a executable file, how does one find the default icon?
Can I exhaust stack?
Symmetric Bijective Algorithm for Integers
Use of the public static field, good programming practice/fast?
how to store 8 bits in char using C