D - fresh bugs, only 0.99$, order today!
- "Pavel Minayev" <evilone omen.ru> Dec 23 2001
- "Pavel Minayev" <evilone omen.ru> Dec 23 2001
Quite a weird one, makes the compiler crash:
import string;
int main()
{
char* lpstr = toCharz(string); // !!!
return 0;
}
Dec 23 2001
The following program causes an Access Violation when run.
Seems to happen each time I use initializers on char[][] arrays.
import stdio;
char[][] colors = [ "red", "green", "blue" ];
int main()
{
printf("%.*s\n", colors[0]);
return 0;
}
Dec 23 2001








"Pavel Minayev" <evilone omen.ru>