Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Roman Byshko
Roman Byshko has asked
17
questions and find answers to
14
problems.
Stats
461
EtPoint
139
Vote count
17
questions
14
answers
About
(my about me is currently blank)
Roman Byshko questions
How to slice array of structures into rows, not columns?
Should memory be freed just before return statement in main?
When is it appropriate to use C as object oriented language?
What is the difference between structure and function scope in C?
What is mnemonic for "W" in WIFEXITED, WEXITSTATUS, etc?
How to make use of the INSTALL_ROOT that resides in generated Makefiles?
Garbage in file after truncate(0) in Python
Console.Write() will hang in WPF, but works in Console application
Why cast is needed in printf?
Difference between string.h and cstring?
Roman Byshko answers
How do I get a full path to a program in linux?
C string(char array): ignores next scanf because of spaces
Strange parameter passing - is this safe?
Input within a time limit in Standard C
boost::thread within a class
How *restrict / *__restrict__ works in C / C++?
removing line numbers for copied code in eclipse
how to remove decimal from a variable?
How to change the executable output directory for Win32 builds, in CMake?
What is difference between types int** and int[][]?