I totally disagree, C is a low level language and even the best programmers shoot themselves in the foot with
it sometimes, life is too short to use such a rough edged tool for general purpose...
Type: Posts; User: MarkT
I totally disagree, C is a low level language and even the best programmers shoot themselves in the foot with
it sometimes, life is too short to use such a rough edged tool for general purpose...
Different tools for different purposes - C is not suited for programming in the large or for high-level coding.
The lack of array-bounds checking in C and C++ is partly responsible for the huge...