Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Eugene Sh.
Eugene Sh. has asked
11
questions and find answers to
53
problems.
Stats
1.2k
EtPoint
347
Vote count
11
questions
53
answers
About
Eugene Sh. questions
Matching with Rc<RefCell<T>>
String initializer with curly braces
Is `*(volatile T*)0x1234;` guaranteed to translate into read instruction?
Converting a non-`void` pointer to `uintptr_t` and vice-versa
String literals vs array of char when initializing a pointer
Eugene Sh. answers
arm-none-eabi-gcc: SECTIONS: unclear syntax *<archivename>.a:
C function error: is it better to abort the function or simply exit the program?
Assignment in ternary operator
Opening RAW sockets in linux without being superuser
Given a pointer to a structure, can I assign the structure the result of an aggregate-initializer in one line?
Way to compare strings in C preprocessor? (GCC) [duplicate]
How to boot Linux kernel from u-boot?
Passing a pointer of a locally created array in C to a function different behave
#define in inline assembly in GCC
Is a mutex necessary when only inc/decrementing a variable?