Latest Posts

Wednesday, January 13, 2010

Thinking In C++ Second Edition Volume One: Introduction To Standard C++




This is a popular free C++ book by Bruce Eckel. It covers topics like Introduction to Objects, Making & Using Objects, Data Abstraction, Hiding the Implementation, Initialization & Cleanup, Function Overloading & Default Arguments, Operator Overloading, Dynamic Object Creation, Inheritance & Composition, Polymorphism & Virtual Functions and Introduction to Templates.

Use the following url to access the free ebook. Thinking In C Second Edition Volume One: Introduction To Standard C .
http://www.mindview.net/Books/DownloadSites
read more...

C++ In Action: Industrial-Strength Programming Techniques




C++ In Action: Industrial-Strength Programming Techniques is a free online C++ book by Bartosz Milewski. The contents are Introduction, Language, Techniques, Windows Techniques and Software Project. Source Code of sample projects is also available.

Use the following url to access the free ebook. C In Action: Industrial-Strength Programming Techniques .
http://www.relisoft.com/book/index.htm
read more...

Securing Java




Online version of Securing Java includes topics like Mobile Code and Security: Why Java Security is Important, Malicious Applets: Avoiding the Common Nuisances, Java Security Guidelines: Developing and Using Java More Securely and The Future of Java Security: Challenges Facing Mobile Code.

Use the following url to access the free ebook. Securing Java .
http://www.securingjava.com/toc.html
read more...

The Design Patterns Java Companion



This Java design patterns book by James W. Cooper includes topics like Creational Patterns, The Java Foundation Classes, Structural Patterns and Behavioral Patterns.

Use the following url to access the free ebook. The Design Patterns Java Companion .
http://www.patterndepot.com/put/8/JavaPatterns.htm
read more...

The Java Language Specification Third Edition



The book provides complete, accurate, and detailed coverage of the Java programming language. It provides full coverage of all new features added in since the previous edition including generics, annotations, asserts, autoboxing, enums, for each loops, variable arity methods and static import clauses.

Use the following url to access the free ebook. The Java Language Specification Third Edition .
http://java.sun.com/docs/books/jls/
read more...

The Java Tutorial Continued




The Java Tutorial Continued is an online book which covers topics like IDL, Internationalization, 2D Graphics, Security in 1.2, Sound, JDBC Database Access, RMI and Reflection.

Use the following url to access the free ebook. The Java Tutorial Continued .
http://java.sun.com/docs/books/tutorial/overview/index.html
read more...

The JFC Swing Tutorial Second Edition




The JFC Swing Tutorial Second Edition is a tutorial on creating a GUI with JFC/Swing. It covers topics Getting Started with Swing, Learning Swing by Example, Using Swing Components, Laying Out Components Within a Container and Writing Event Listeners.

Use the following url to access the free ebook. The JFC Swing Tutorial Second Edition .
http://java.sun.com/docs/books/tutorial/uiswing/index.html
read more...