D - fresh bugs, only 0.99$, order today!
- Pavel Minayev (7/7) Dec 23 2001 Quite a weird one, makes the compiler crash:
- Pavel Minayev (9/9) Dec 23 2001 The following program causes an Access Violation when run.
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>