From: wilson m liaw Subject: Re: C++ & Objective C tutorial To: poulard AT laas DOT fr (Herve Poulard) Date: Tue, 13 Sep 1994 06:11:56 -0400 (EDT) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > I am starting with GJGPP and I just subscript this mailing list. > I program in C for a long time, but I want to learn > C++ & Objective C. In fact I don't know what is Objective C ? > I want to know where I can find good tutorial for C++ & Objective C > on the net ? Objective C was mainly used on NeXT. It provides object extension in different ways than C++. But it does support object oriented programming. As for on-line tutorial, I don't know of any from the net. But two books are useful. "C++ Primer" by Lippman, and "the C++ Programming Language" by Stroustrup. (the designer of C++)