Structure question (problem)

Eric Schwartz group schwrtze at csd2.UUCP
Sat May 25 06:31:00 AEST 1985


its an implementation nightmare to have to init structures/arrays/unions
Remember automatic means that this stuff is on the stack, and your subroutine
will have to spend time doing the init (which should have just been static)
I agree it should be allowed but I won't use it.

Hedley Rainnie.



More information about the Comp.lang.c mailing list