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
39
questions and find answers to
100
problems.
Stats
2.4k
EtPoint
660
Vote count
39
questions
100
answers
About
anatolyg questions
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?
Ignoring a return-by-reference result from a function
How to make a "reference" to a struct in Matlab?
How to define a feature that will be implemented in next version of the Standard library?
anatolyg answers
VS2012 "Generating Code" slow with large hardcoded arrays
is it possible to overload a string as a vector of char elements?
Conflicting signs in x86 assembly: movsx then unsigned compare/branch?
How to find the second minimum number without using arrays or loops
h.264 bytestream parsing
How to do bit striping on pixel data?
Why atan2(y,x) is faster to compute than arcsin or arccos?
How can I better check whether two char variables are in some set of values?
Writing a lot of txt files (90), 5MB per file, takes up to 1400s
formula to pick every pixel in a bitmap without repeating