said:
> typedef struct{
> int i, j;
> } deStruct;
>
> deStruct main()
> {
> deStruct k;
>
> k.i = 0;
> k.j = 10;
> return k;
> }
>
> Crashes when running the compiled code. (I used the Borland C++ 5.5
> free command line tools)
>
> Spectacular, though.
>
Yeah, I crashed NT4 once with double main, in much the same spirit of
enquiry. I was rewarded with lots of blinkenlights. (A text screen
appeared, randomly filled, and the flash attribute bit was set on a good
many of the character positions.)
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999