0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (1)
  • R500 - R1,000 (6)
  • R1,000 - R2,500 (11)
  • -
Status
Brand

Showing 1 - 18 of 18 matches in All Departments

Java: The Complete Reference, Thirteenth Edition (13th ed.): Herbert Schildt, Danny Coward Java: The Complete Reference, Thirteenth Edition (13th ed.)
Herbert Schildt, Danny Coward
R1,212 R1,115 Discovery Miles 11 150 Save R97 (8%) Ships in 10 - 15 working days
Java: A Beginner's Guide, Tenth Edition (10th ed.): Herbert Schildt, Danny Coward Java: A Beginner's Guide, Tenth Edition (10th ed.)
Herbert Schildt, Danny Coward
R798 R743 Discovery Miles 7 430 Save R55 (7%) Ships in 10 - 15 working days
Java  the Complete Reference (Paperback, 8th Revised edition): Herbert Schildt Java the Complete Reference (Paperback, 8th Revised edition)
Herbert Schildt
R1,715 R1,453 Discovery Miles 14 530 Save R262 (15%) Ships in 18 - 22 working days

The Definitive Java Programming Guide

In "Java: The Complete Reference, Eighth Edition," bestselling programming author Herb Schildt shows you everything you need to develop, compile, debug, and run Java programs. Updated for Java Platform, Standard Edition 7 (Java SE 7), this comprehensive volume covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You'll also find information on key elements of the Java API library. JavaBeans, servlets, applets, and Swing are examined and real-world examples demonstrate Java in action. In addition, new Java SE 7 features such as try-with-resources, strings in switch, type inference with the diamond operator, NIO.2, and the Fork/Join Framework are discussed in detail.

Coverage includes: Data types and operators Control statements Classes and objects Constructors and methods Method overloading and overriding Interfaces and packages Inheritance Exception handling Generics Autoboxing Enumerations Annotations The try-with-resources statement Varargs Multithreading The I/O classes Networking The Collections Framework Applets and servlets JavaBeans AWT and Swing The Concurrent API Much, much more

C++ from the Ground Up, Third Edition (Paperback, 3rd edition): Herbert Schildt C++ from the Ground Up, Third Edition (Paperback, 3rd edition)
Herbert Schildt
R1,420 R1,255 Discovery Miles 12 550 Save R165 (12%) Ships in 18 - 22 working days

This excellent primer provides a plethora of C++ programming information for beginning to intermediate users on topics like classes, objects, expressions, arrays, pointers. Plus, it also covers advanced topics like inheritance, namespaces, STL, custom string class, and the Standard C++ Class Library. For users of all levels, this guide teaches with examples of source code and a thorough display of the results.

C# 4.0 The Complete Reference (Paperback, Ed): Herbert Schildt C# 4.0 The Complete Reference (Paperback, Ed)
Herbert Schildt
R1,737 R1,528 Discovery Miles 15 280 Save R209 (12%) Ships in 18 - 22 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. The Definitive Guide to C#"From using LINQ to covariance and from string formatting to optional arguments, Herb's update covers all you need to know about using real-world C# 4.0." Michael Howard, Microsoft CorporationBestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Reference offers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel programming with the Task Parallel Library (TPL) and PLINQ are also discussed. Perfect for beginners and professional C# programmers alike, this expert resource is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Begin mastering C# 4.0 today with help from this authoritative volume! Coverage includes: Data types and operators Control statements Classes and objects Constructors, destructors, and methods Interfaces, arrays, enumerations, and structures Method and operator overloading Inheritance and virtual methods Reflection and runtime type ID Exception handling Delegates, properties, events, and indexers Attributes Multithreading and the Task Parallel Library Generics LINQ and PLINQ Lambda expressions Anonymous types Extension methods Named and optional arguments Implicitly typed variables I/O, networking, and collections The preprocessor and much, much more

C++ - A Beginner's Guide (Paperback, 2nd edition): Herbert Schildt C++ - A Beginner's Guide (Paperback, 2nd edition)
Herbert Schildt
R1,073 R968 Discovery Miles 9 680 Save R105 (10%) Ships in 18 - 22 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Essential skills made easy! Written by Herb Schildt, the world's leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace.

C: The Complete Reference (Paperback, 4th edition): Herbert Schildt C: The Complete Reference (Paperback, 4th edition)
Herbert Schildt
R1,607 R1,426 Discovery Miles 14 260 Save R181 (11%) Ships in 18 - 22 working days

Another gem from Herb Schildt--best-selling programming author with more than 2.5 million books sold! C: The Complete Reference, Fourth Edition gives you full details on C99, the New ANSI/ISO Standard for C. Youll get in-depth coverage of the C language and function libraries as well as all the newest C features, including restricted pointers, inline functions, variable-length arrays, and complex math. This jam-packed resource includes hundreds of examples and sample applications.

C# 3.0 THE COMPLETE REFERENCE 3/E (Paperback, 3rd edition): Herbert Schildt C# 3.0 THE COMPLETE REFERENCE 3/E (Paperback, 3rd edition)
Herbert Schildt
R1,602 R1,350 Discovery Miles 13 500 Save R252 (16%) Ships in 18 - 22 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. The Most Comprehensive C# Resource Available With its support for Language-Integrated Query (LINQ), C# 3.0 has revolutionized C# programming, and bestselling author Herb Schildt has updated and expanded his classic programming reference to cover it. Using carefully crafted explanations, insider tips, and hundreds of examples, this book presents in-depth coverage of all aspects of C#, including its keywords, syntax, and core libraries. Of course, details on the new C# 3.0 features, such as LINQ, lambda expressions, implicitly typed variables, and anonymous types are included. Essential for every C# programmer, this comprehensive guide is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Whether you are a novice programmer or a seasoned pro, the answers to all of your C# questions can be found in this definitive resource. Coverage includes: Data types and operators Control statements Classes and objects Constructors, destructors, and methods Interfaces, arrays, enumerations, and structures Method and operator overloading Inheritance and virtual methods Reflection and runtime type ID Exception handling Delegates, properties, events, and indexers Attributes Multithreading Generics LINQ (Language-Integrated Query) Lambda expressions Anonymous types Extension methods Implicitly typed variables I/O, networking, and collections The preprocessor and much, much more

Herb Schildt's C++ Programming Cookbook (Paperback, Ed): Herbert Schildt Herb Schildt's C++ Programming Cookbook (Paperback, Ed)
Herbert Schildt
R1,671 R1,449 Discovery Miles 14 490 Save R222 (13%) Ships in 18 - 22 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Your Ultimate "How-To" Guide to C++ Programming! Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ "cookbook." Organized for quick reference, each "recipe" shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that show how to assemble them into a complete solution. Detailed discussions explain the how and why behind each step, and a full code example puts the recipe into action. Each recipe ends with a list of options and alternatives that suggest ways to adapt the technique to fit a variety of situations. Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your C++ programming appetite! Topics include: String Handling * Standard Template Library (STL) Containers * Algorithms * Function Objects * Binders * Negators * Adaptors * Iterators * I/O * Formatting Data Learn how to: Tokenize a null-terminated string Create a search and replace function for strings Implement subtraction for string objects Use the vector, deque, and list sequence containers Use the container adaptors stack, queue, and priority_queue Use the map, multimap, set, and multiset associative containers Reverse, rotate, and shuffle a sequence Create a function object Use binders, negators, and iterator adapters Read and write files Use stream iterators to handle file I/O Use exceptions to handle I/O errors Create custom inserters and extractors Format date, time, and numeric data Use facets and the localization library Overload the [ ], ( ), and -> operators Create an explicit constructor And much, much more

The Art of C++ (Paperback, Ed): Herbert Schildt The Art of C++ (Paperback, Ed)
Herbert Schildt
R1,112 R946 Discovery Miles 9 460 Save R166 (15%) Ships in 18 - 22 working days

Take your C++ skills to the next level with help from programming guru Herb Schildt. In this unique volume, Herb unlocks the secrets that professional programmers use to create world-class software. In the process, he explores the power, elegance, and artistry of C++. Inside, Herb applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread control panel to AI-based searches and a custom STL container. Herb even develops a Mini C++ interpreter! You can use each application as-is or as a starting point for your own development. This is some of the most exciting C++ code found anywhere! Inside, you'll: Explore the power of C++ Create a garbage collector subsystem for memory management Develop a thread control panel Build a translator to extend the capabilities of C++ Develop a restartable Internet file downloader Create a financial analysis library Explore artificial intelligence with AI-based search techniques Build a custom STL container Develop a Mini C++ interpreter

Herb Schildt is the world's number-one programming author. He is an authority on the C, C++, Java, and C# programming languages, and was a member of the ANSI/ISO committee that standardized C++. His programming books have sold more than three million copies worldwide and have been translated into all major foreign languages.

The Art of Java (Paperback, Ed): Herbert Schildt, James Holmes The Art of Java (Paperback, Ed)
Herbert Schildt, James Holmes
R1,122 R955 Discovery Miles 9 550 Save R167 (15%) Ships in 18 - 22 working days

Take your programming expertise to the next level with help from Java programming all-stars Herb Schildt and James Holmes. Together they unlock the secrets that professional programmers use to create world-class software. Inside, Herb and James apply Java to a wide variety of high-powered applications, each demonstrating different features and techniques. Examples range from language interpreters, Web crawlers, and e-mail subsystems to expression parsers, statistical tools, and financial applets. You'll even see how to apply Java to Artificial Intelligence (AI)! Each application can be used as-is, or as a starting point for your own development. From networking to parsing to AI and beyond, this book contains some of the most exciting Java code found anywhere.

Inside you'llExplore the genius of Java Create an expression parser for numeric expressions Build a Web crawler Design and implement a computer language interpreter Develop a complete e-mail subsystem Construct a download manager that streamlines downloading files from the Internet Develop statistical tools that compute the mean, median, mode, standard deviation, and more Create financial applets and servlets that compute the regular payment on a loan, the future value of an investment, an annuity, and more Develop AI-based search techniques Explore Java's HTML rendering capabilities

C/C++ Programmer's Reference (Paperback, 2nd edition): Herbert Schildt C/C++ Programmer's Reference (Paperback, 2nd edition)
Herbert Schildt
R543 R497 Discovery Miles 4 970 Save R46 (8%) Ships in 18 - 22 working days

Essential programming tips at your fingertips! This handy programmers reference provides quick access to syntax, functions, classes, methods, as well as the Standard Template Library (STL). The book covers ANSI/ISO Standard C and C++, including the new C99 standard.

Java 2 Programmer's Reference (Paperback, 2nd edition): Herbert Schildt, Joseph O'Neil Java 2 Programmer's Reference (Paperback, 2nd edition)
Herbert Schildt, Joseph O'Neil
R599 R553 Discovery Miles 5 530 Save R46 (8%) Ships in 18 - 22 working days

Get essential programming information at your fingertips! Written by master programmer and best-selling author Herb Schildt, this book covers the new Java 2 features-Java 2 API Libraries, new collections framework classes, new input methods, and more. You'll get quick access to essential syntax and full details on classes, inheritance, packages, and interfaces.

Introducing JavaFX 8 Programming (Paperback, Ed): Herbert Schildt Introducing JavaFX 8 Programming (Paperback, Ed)
Herbert Schildt 1
R1,125 R996 Discovery Miles 9 960 Save R129 (11%) Ships in 18 - 22 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Learn the Fundamentals of JavaFX 8 from Programming Guru Herb SchildtIntroducing JavaFX 8 Programming provides a fast-paced, practical introduction to JavaFX, Java's next-generation GUI programming framework. In this easy-to-read guide, best-selling author Herb Schildt presents the key topics and concepts you'll need to start developing modern, dynamic JavaFX GUI applications. The book begins with the fundamentals, including the general form of a JavaFX program. You then advance to event handling, controls, images, fonts, layouts, effects, transforms, animations (including 3-D animations), menus, and more. Numerous complete examples are included that put key topics and techniques into action. Designed for Java programmers, the book's focus is on the JavaFX API and all examples are written entirely in Java. Best of all, the book is written in the clear, crisp, uncompromising style that has made Herb Schildt the choice of millions worldwide. Learn the general form of a JavaFX program Work with scenes and stages Understand the fundamentals of JavaFX event handling Explore several controls, such as buttons, list views, sliders, trees, tables, scroll panes, and more Work with images, fonts, and layouts Explore the JavaFX menu system Use visual effects and transforms Incorporate 2-D and 3-D animation Present data in JavaFX charts Display Web-based content using WebView and WebEngine

C# 3.0: A Beginner's Guide (Paperback, 2nd edition): Herbert Schildt C# 3.0: A Beginner's Guide (Paperback, 2nd edition)
Herbert Schildt
R1,363 R1,210 Discovery Miles 12 100 Save R153 (11%) Ships in 18 - 22 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Essential Skills--Made Easy! Let master programmer and bestselling author Herb Schildt teach you the fundamentals of C#, Microsoft's premier programming language for the .NET Framework. You'll begin by learning to create, compile, and run a C# program. Then it's on to data types, operators, control statements, methods, classes, and objects. You'll also learn about inheritance, interfaces, properties, indexers, exceptions, events, namespaces, generics, and much more. Of course, new C# 3.0 features, such as LINQ, lambda expressions, and anonymous types, are included. Start programming in C# 3.0 today with help from this fast-paced, hands-on tutorial. Designed for Easy Learning: Key Skills & Concepts--Lists of specific skills covered in the chapter Ask the Expert--Q&A sections filled with bonus information and helpful tips Try This--Hands-on exercises that show how to apply your skills Notes--Extra information related to the topic being covered Self-Tests--Chapter-ending quizzes to test your knowledge Annotated Syntax--Example code with commentary that describes the programming techniques being illustrated

Swing: A Beginner's Guide (Paperback, Ed): Herbert Schildt Swing: A Beginner's Guide (Paperback, Ed)
Herbert Schildt
R1,352 R1,198 Discovery Miles 11 980 Save R154 (11%) Ships in 18 - 22 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. From the world's bestselling programming author Using the practicalpedagogy that has made his other Beginner'sGuides so successful, Herb Schildt provides new Swingprogrammers with a completely integrated learningpackage. Perfect for the classroom or self-study, Swing:A Beginner's Guide delivers the appropriate mix of theoryand practical coding. You will be programmingas early as Chapter 1.

C++: The Complete Reference (Paperback, 4th edition): Herbert Schildt C++: The Complete Reference (Paperback, 4th edition)
Herbert Schildt
R1,852 R1,626 Discovery Miles 16 260 Save R226 (12%) Ships in 18 - 22 working days

Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, namespaces, templates, and RTTI—plus, a complete description of the Standard Template Library (STL).

C# 2.0: The Complete Reference (Paperback, 2nd edition): Herbert Schildt C# 2.0: The Complete Reference (Paperback, 2nd edition)
Herbert Schildt
R1,608 R1,356 Discovery Miles 13 560 Save R252 (16%) Ships in 18 - 22 working days

THE MOST COMPREHENSIVE C# RESOURCE AVAILABLE!.

. Herb Schildt, the world's leading programming author, has updated and expanded his classic C# reference to cover C# 2.0 -- the newest version of Microsoft's premier programming language designed for .NET development. With carefully crafted explanations, insider tips, and hundreds of examples, this book offers in-depth coverage of all aspects of C#, including its keywords, syntax, and core libraries. Of course, detailed coverage of the new C# 2.0 features, such as generics, nullable types, anonymous methods, partial class declarations, and the:: operator, is included. Essential for every C# programmer, this comprehensive reference is written in the clear, crisp, uncompromising style that has made Herb the choice of millions. Whether you are a beginning programmer or an experienced pro, the answers to all your C# 2.0 questions can be found in this definitive guide..

. COVERAGE INCLUDES: . Data types and operators. Control statements. Classes and objects. Constructors, destructors, and methods. Interfaces, arrays, enumerations, and structures. Method and operator overloading. Inheritance and virtual methods. Reflection and runtime type ID. Exception handling. Delegates, properties, events, and indexers. Attributes. Pointers and "unsafe" code. Multithreading. Generics. Nullable types. Anonymous methods. The collection classes. The I/O classes. Networking. The preprocessor and much, much more

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
At War with the Obvious - Disruptive…
Donald Moss Paperback R1,234 Discovery Miles 12 340
Collected Works of Charles Berg - 8…
Charles Berg Hardcover R27,848 Discovery Miles 278 480
Coming to Life in the Consulting Room…
Thomas H. Ogden Paperback R1,071 Discovery Miles 10 710
The Interpreters - South Africa’s New…
Sean Christie, Hedley Twidle Paperback R385 Discovery Miles 3 850
A Guide To Crisis Intervention
Kristi Kanel Paperback R1,224 R1,139 Discovery Miles 11 390
Oorkant Jou - 'n Verhaal Uit Die…
Juliana Coetzer Paperback R294 Discovery Miles 2 940
Basketball Referee 101 - 101 Tips to…
Howexpert, Steven Michaluk Hardcover R727 Discovery Miles 7 270
Bullsh!t - 50 Fibs That Made South…
Jonathan Ancer Paperback  (2)
R280 R250 Discovery Miles 2 500
Neuropsychoanalysis in practice - Brain…
Georg Northoff Hardcover R3,554 Discovery Miles 35 540
Dying For Freedom - Political Martyrdom…
Jacob Dlamini Paperback R450 R415 Discovery Miles 4 150

 

Partners