C# books
C++ books
This explains how to program using the managed extensions to C++.
Windows Forms Programming with C# - Shows how to build all the visual components
of your program such as menus, buttons, dialogs, etc. Covers interfaces like ICollection
& IList, Shows how to use ActiveX component (in odds and ends).
Sams Teach Yourself .Net Windows Forms - 3 week course with excersizes, Includes
information about using ActiveX components. Useful appendix which lists properties
of all controls.
Building Parsers with Java - Contains parser toolkit, diagrams use UML. This book
may be useful if you want to write code for reading languages such as VRML.
Sams Teach Yourself Visual C++.Net in 21 days - Conventional C++ on Windows, such
as MFC etc. rather than managed C++ (which is covered briefly in section 19 only).
Framework Books




