Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Dmitri
Dmitri has asked
6
questions and find answers to
2
problems.
Stats
69
EtPoint
13
Vote count
6
questions
2
answers
About
Dmitri questions
When using unix pipes (in C) does the OS balance every write() with a read() or does it balance the total number of bytes?
What are some good ways of handling errors (cleanup and abort) in a function that initializes multiple resources in C?
C: Is it good practice to put static function prototypes in implementation files?
what happens to pointers to dynamically allocated memory after a UNIX fork?
C++ object created with new, destroyed with free(); How bad is this?
Dmitri answers
What are some good ways of handling errors (cleanup and abort) in a function that initializes multiple resources in C?