Index: [thread] [date] [subject] [author]
  From: Garrett Mitchener <wgm2@acpub.duke.edu>
  To  : 
  Date: 02 Feb 1999 15:17:33 -0500

Re: AtoI

AHHHHHHHHH.  That will probably seg fault, too.  Anyone care to guess
why?  Hints: What does the C++ notation "stuff" actually do?  What is
the difference between

char c
char * c
char * c = "stuff"
char c[]
char c[] = { 's', 't', 'u', 'f', 'f' }

	Cryptically yours,
	-- Garrett *<:-)


Index: [thread] [date] [subject] [author]