Writing_Safer_C_code
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...