Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
PSkocik
PSkocik has asked
112
questions and find answers to
304
problems.
Stats
8.0k
EtPoint
2.4k
Vote count
112
questions
304
answers
About
PSkocik questions
C++ nested namespaces with a macro
Special treatment of setjmp/longjmp by compilers
Variadic functions without `...`
Git set tracking branch while offline
References to static objects in inline functions with external linkage
Assembler warning with gcc warning when placing data in .text
Access a block of memory (/ C/C++ array) as if it were a file stream
Regex escape in C++
Union members of the same type
Lifetime of a compound literal
PSkocik answers
Difference between `STDIN` and `$stdin`
Compiling All the Symbols of an Object File as Weak
in c system() executes before printf() even when printf come first [duplicate]
Proper way to read 'int * ptr=&x'
How to access enum defined within a struct in C program
Avoid generating core file when killing child_process
Why does the function have to return a char * but not a char array?
Compare uint8_t with hexadecimal in C++
Why does exec {fd}<file assign file descriptor of file to fd?
Execute a bash function every 5 seconds but let the rest of the script run