C
Cholent
Did anyone notice a major bug in vb.net. The clr has two types of 'arrays':
vectors (1 dimensional, 0 based) and other arrays (any base, any dimensions).
In vb.net, you can only declare vectors, not 1-dimensional arrays. But when
you import an assembly, it recognizes all 1-dimensional arrays as vectors,
gets very confused, and creates unverifiable code that has major bugs in it
because it stores 1-dim arrays in vector variables.
vectors (1 dimensional, 0 based) and other arrays (any base, any dimensions).
In vb.net, you can only declare vectors, not 1-dimensional arrays. But when
you import an assembly, it recognizes all 1-dimensional arrays as vectors,
gets very confused, and creates unverifiable code that has major bugs in it
because it stores 1-dim arrays in vector variables.