Yoda Notation: A Coding Style for Safety
In this article we will talk about a serious error of misassignment in programming, the one of the main reason for introduction of bugs. Later, we discuss how to find this issue with yoda notation and get it fixed.
Read MoreUnderstanding Complex C/C++ Declarations
Master complex C/C++ declarations easily! Learn to read arrays, pointers, and functions in variable declarations with simple rules, real-world examples, and tips
Read More