C/C++ Coding Conventions
Every developer has opinions on coding standards. I am no exception. If you are looking for the one Coding Convention […]
Every developer has opinions on coding standards. I am no exception. If you are looking for the one Coding Convention […]
Open question: Should requirements be an itemized list/database of statements or a storied theory-of-operation document with diagrams, tables, formulas, etc.? […]
Before I get into the how to auto-populate lists, let’s talk about why I would want to. Auto populating lists […]
Lists, FIFOs, dictionaries, maps, etc. are handy-dandy data structures when designing and implementing code. However, most container implementations either use […]
Visual Studio is one of the better C/C++ source code editors available today that provides Intelligent Code Completion and source code […]