Mail Archives: djgpp/1996/09/17/14:51:47
Samuel Vincent wrote:
> For someone proficient in C, I would have to say the book:
>
> C++ For C Programmers
>
> is the best I've seen. It doesnt try to teach you what you already
> know. The author is Ira Pohl.
>
> char ISBN[] = "0-8053-3159-X"
Hey, that should be
const char ISBN[] = "0-8053-3159-X";
:-)
--
Erik Max Francis, &tSftDotIotE http://www.alcyone.com/max/ max AT alcyone DOT com
San Jose, California ICBM 37 20 07 N 121 53 38 W R^4: the 4th R is respect
"Gods are born and die, but the atom endures." -- Alexander Chase
- Raw text -