Name: Anonymous 2010-03-27 4:20
I worked on my pointless project of programming a terminal emulator with crude AI and a personality.
for (cirno = 0; cirno < 10; cirno++)
{
...
}
int *reimu = malloc (16 * sizeof (int));
etc.
for (mukyu = 0; mukyu < 10; mukyu++)
{
...
}
int *mukyuuu = malloc (16 * sizeof (int));
for (auto cirno = 0; cirno < 10; cirno++) {
...
}
int *reimu = malloc(16 * sizeof(decltype(cirno)));