Question: C string/structure confusion

Chris Torek chris at mimsy.umd.edu
Mon Apr 9 04:48:28 AEST 1990


In article <23571 at mimsy.umd.edu> I wrote:
>...	char	**item; 	/* this may be wrong, but I want a arbitrary
>...	...item[0] = "Item0";
>This is a type mismatch.

Oops.  My brain was on fire.  Sorry about that.  The types do match; the
problem (as given by the rest of my article) is that the `item' pointer
has no valid value.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at cs.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.lang.c mailing list