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
42
questions and find answers to
118
problems.
Stats
2.6k
EtPoint
706
Vote count
42
questions
118
answers
About
anatolyg questions
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?
Is pimpl compatible with anonymous namespaces?
anatolyg answers
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
Efficiently removing lower half-byte in a byte array - C++