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
118
questions and find answers to
321
problems.
Stats
8.3k
EtPoint
2.5k
Vote count
118
questions
321
answers
About
PSkocik questions
Detecting if a struct member is flexible and which of gcc and clang is wrong here?
How do I force gcc to call memcpy under -Os
Typechecking in gcc macros and type decay
Why aren't internally included namespaces private?
A different multiplier for the memory management of std::vector
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
PSkocik answers
what exactly happens when I compile instruction __atomic_add_fetch
order of 2>&1 when redirecting std error to file
Why C doesn't throw any warning when the char * is returned? [duplicate]
String literal in compound literal
Splitting a string by colon
Get filename of dynamic library within the library itself
How to send to stdin in bash 10 seconds after starting the process?
Is it possible to allow a class to be cast to arbitrary enums?
why is c program reserving space for local variables unused? [duplicate]
Why it is valid to intertwine switch/for/if statements in C/C++? [duplicate]