On Feb 12, 4:11 pm, "Thomas Nelson" <[EMAIL PROTECTED]> wrote: > On Feb 12, 1:35 pm, andrew clarke <[EMAIL PROTECTED]> wrote: > > > Thomas, I sent you a message off-list but it bounced due to your mailbox > > being full. > > > Short answer: Subscribe to the [EMAIL PROTECTED] mailing list and > > ask your C/C++ questions there. > > > Regards > > Andrew > > I have to edit a large C++ project written by someone else. My email > address > above is incorrect; replace mail with cs. Thanks for the help. > > Thomas
To learn C I recommend K&R (Kernigahn and Richie), for C++ I like Savitch's book, Absolute C++. I too learned python then c/c++. Also I would disagree with the people saying never to use C++, it will run much faster for computationally intensive programs. It will make you a better python programmer, you get to see how things are done "under the hood". -- http://mail.python.org/mailman/listinfo/python-list