[vox-tech] C question: global vs local const
Ken Bloom
vox-tech@lists.lugod.org
Thu, 17 Jan 2002 17:13:50 -0800
> ---- ORIGINAL MESSAGE ----
> Date: Thu, 17 Jan 2002 16:51:44 -0800
> To: vox-tech@lists.lugod.org
> Subject: Re: [vox-tech] C question: global vs local const
> From: Peter Jay Salzman <p@dirac.org>
> Reply-To: vox-tech@lists.lugod.org
>
>
> it looks like you're using C++? i'm not too hip onto that language,
> but i've heard people say that the const qualifier works differently
> between the two languages.
>
Yeah, I'm using C++. I didn't realize there was much difference syntactically, (besides the
really obvious features that were added in C++), and I just don't know what the differences
are.
I've never programmed pure C -- I've understood OOP since before I even started with C/C++, so
I always used iostreams and classes. I couldn't use printf to save my life.