Associative Array Bug?

Lionello Lunesu lio at lunesu.remove.com
Tue Jan 30 23:40:20 PST 2007


jicman wrote:
> I have this program,
> 
> import std.stdio;
> void main()
> {
>   char[][] t;

That's a normal array, by the way, not an associative array.

L.


More information about the Digitalmars-d-learn mailing list