T
Tydr Schnubbis
I've read an interview with Brian Kernighan here:
http://www-2.cs.cmu.edu/~mihaib/kernighan-interview/index.html.
The interviewer asks him, among other things, about the weaknesses of C.
This is from one of the questions:
'...but also the researchers point some of its weaknesses (like the
arrays which are covariant and they shouldn't be).'
There's no explaination of what a covariant array is. I've found some
explainations of what this means in a Java context, but can anyone
explain to me what this means in the C language, and why this is
considered a weakness?
Tydr
http://www-2.cs.cmu.edu/~mihaib/kernighan-interview/index.html.
The interviewer asks him, among other things, about the weaknesses of C.
This is from one of the questions:
'...but also the researchers point some of its weaknesses (like the
arrays which are covariant and they shouldn't be).'
There's no explaination of what a covariant array is. I've found some
explainations of what this means in a Java context, but can anyone
explain to me what this means in the C language, and why this is
considered a weakness?
Tydr