Writing_Safer_C_code icon indicating copy to clipboard operation
Writing_Safer_C_code copied to clipboard

Collection of articles on good practices and tools to improve C code quality

Results 1 Writing_Safer_C_code issues
Sort by recently updated
recently updated
newest added

Your essay covers some interesting points, but I notice it skirts the issue of managing dynamic objects. There are times when you have no choice about this. For example, I...