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
112
problems.
Stats
2.6k
EtPoint
691
Vote count
42
questions
112
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
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++
Declaring array data inside a class C++
How to parse a music into a array of frequencies and durations of its notes
How to filter an array of structs by certain parameter?
Image Manipulation - is this a for-loop issue?
How to find a specific sequence within the decimals of PI?
Understanding `_mm_prefetch`