Grant Edwards <invalid@invalid.invalid> writes: > Would anybody care to recommend online C++ resources for a long time C > and Python user? (I'm also familiar with Smalltalk, Scheme, FORTRAN, > bash, Javascript, and a variety of assembly languages.)
Stroustrup's web site has lots of good stuff on it. I also like his C++ book "The C++ Programming Language" in preference to the many me-too books that are out there. He also has another C++ book that I haven't looked at but which sounded interesting. C++ is quite a bit different from those other languages you mention in that contemporary C++ style revolves a lot more around a reasonably serious static type system with typed generics. By comparison, C and Fortran have minimal static type systems and Smalltalk, Python, etc. have none at all. -- http://mail.python.org/mailman/listinfo/python-list