Automatic Resource Management in Programming Languages
Many high-level programming languages provide software developers with the ability to automatically cleanup resources — automatically closing an open file when it is no longer used, freeing dynamically...
View ArticleParanoid Programming Disorder: Use free() and delete correctly.
The Internet is full of programming jokes. This is one of my favorites: <@joosa> how do you say float in java? just 1.5f? <@Gliptic> FloatFactoryFactory.getInstance...
View ArticleFIX Message Checksum Calculation
The WordPress has a nice built-in stats for every blog. One of the things it shows is “Search Engine Terms”. In other words, it is what people were searching for before they ended up reading your blog....
View ArticleC and C++ are two different languages
Good news everyone, we are looking for a C/C++ developer! Wait, that’s not good news at all! You see, the term «C/C++» is likely to piss off those who actually know both C and C++. On the other hand,...
View ArticleC++ Exceptions, Stack Trace and GDB Automation
The tricky part about any exception is that the stack is already unwinded by the time exception is caught and there is no easy way to figure out from which part of the code it was thrown. Have you ever...
View ArticleHow constant is a constant?
Do you remember those good old days of DOS when programmers used to write code like this? This trick was working like a champ back then. Today, however, you will only see this kind of code in questions...
View Article