On 2/3/08, Edward Diener <eddielee_no_spam_here at tropicsoft.com> wrote: > There is no equivalent of 'const' in > C++ which refers to the type. Of course there is. For example: typedef char const * PCSZ;