Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
anatolyg
anatolyg has asked
43
questions and find answers to
119
problems.
Stats
2.7k
EtPoint
712
Vote count
43
questions
119
answers
About
anatolyg questions
How to force OS (Windows) to allocate same addresses to my program for each debug session?
Struct layout shown incorrectly in MS Visual Studio Quick-Watch window
Constructor Foo::Foo receiving a reference to Foo but not copy-constructor
Deciding which standard header files to #include
Calling C++ function pointers from C libraries
Most standard way to select a function name depending on platform?
Is it possible to confuse EOF with a normal byte value when using fgetc?
How to define a 128-bit constant efficiently?
No warning on assignment of int to short (gcc)
How to catch exceptions conditionally?
anatolyg answers
Extracting bits from uint8_t type array
Stop getting user inputs when enter is pressed (C language)
Third largest area without sorting
Finding prime numbers without exceeding time limits
c++ double to byte array
Diamond array sorting in C
How to compute (2^32)/n using 32-bit integers
What is C++ doing when I use the comma operator in the initializer expressions?
Counting words occurrence in a string
Performance loss if function is not defined in class declaration