|
|
|
|
|
by pjmlp
1669 days ago
|
|
True, but still one way I appreciate making C safer is by using poor man's Abstract Data Types with translation units. For the use cases that are too expensive to use functions, macros can be used instead. However that is only if C++ cannot be used at all, otherwise don't bother. |
|