Borland C++ Builder 4 Unleashed

Borland C++ Builder 4 Unleashed
Author: Kent Reisdorph
Publisher: Sams Publishing
Total Pages: 0
Release: 1999
Genre: Borland C++Builder
ISBN: 9780672315107

Download Borland C++ Builder 4 Unleashed Book in PDF, Epub and Kindle

With this work, readers are able to view the new features of Builder 4 and harness its features. They can also learn how to create applications that support CORBA and COM/DCOM, and how to integrate C++, Delphi and Java.

Borland C++ Builder 6 Developer's Guide

Borland C++ Builder 6 Developer's Guide
Author: Jarrod Hollingworth
Publisher: Sams Publishing
Total Pages: 1132
Release: 2003
Genre: Computers
ISBN: 9780672324802

Download Borland C++ Builder 6 Developer's Guide Book in PDF, Epub and Kindle

0672324806.ld The definitive guide to the latest version of Borlands powerful C++Builder. Provides complete coverage of C++Builder Web Services development, now a key component of C++Builder. Borland C++Builder remains best in class IDE over the past 5 years for C++ solutions. Written by a team of top C++Builder experts with expertise in a variety of technical areas related to C++ application development. C++Builder 6 Developers Guide is revised for the latest version of C++Builder, the biggest update to C++Builder in years. C++Builder is an ANSI C++ IDE. The version 6 adds BizShape, a tool to build Web Services using XML/SOAP, .NET, and BizTalk from Microsoft, and SunONE from Sun Microsystems. Other new components include WebSnap for Web application development, DataSnap for database development, and CLX, which allows cross-platform development for Unix and Linux. The new NetCLX Internet components allow development of cross-platform applications with Apache, Microsoft IIS, and Netscape Web Server applications. C++Builder 6 Developers Guide continues as the definitive guide for Borlands C++Builder, providing a clear and concise reference for C++ developers. C++Builder Developers Guide is a unique combination of over 35 C++Builder experts from around the globe. This team brings hundreds of thousands of working hours in professional software development to the creation of this extensive work. Leading the team are Jarrod Hollingworth, Bob Swart, Mark Cashman. and Paul Gustavson. Jarrod is running Backslash (http://www.backslash.com;au), loping software applications for the Internet and key business sectors and working as a software development consultant. Bob (aka. Dr.Bob) is an internationally recognized UK Borland Connections member and an independent technical author, trainer, and consultant using C++Builder, Kylix, and Delphi based in The Netherlands. Mark Cashman is an independent C++ developer in the U.S. Paul Gustavson lives in Virginia and is a senior systems engineer for Synetics, Inc., a U.S.-based company providing knowledge management, systems engineering, and enterprise management services.

C++builder How-to

C++builder How-to
Author: John Miano
Publisher:
Total Pages: 822
Release: 1997-01-01
Genre: Computers
ISBN: 9781571691095

Download C++builder How-to Book in PDF, Epub and Kindle

Borland C++ Builder is Borland's new object-oriented development tool that combines the power and control of the C++ programming language with the rapid application development productivity of Delphi. Using the award-winning question-and-answer format of the How-To series, this must-have guide provides programmers with everything they need to use this powerful tool to write professional programs and solve complex problems- quickly.

Borland C++ Builder for Dummies

Borland C++ Builder for Dummies
Author: Jason Vokes
Publisher: For Dummies
Total Pages: 392
Release: 1997
Genre: Computers
ISBN: 9780764501968

Download Borland C++ Builder for Dummies Book in PDF, Epub and Kindle

C#Builder Kick Start

C#Builder Kick Start
Author: Joseph Mayo
Publisher: Sams Publishing
Total Pages: 484
Release: 2004
Genre: Computers
ISBN: 9780672325892

Download C#Builder Kick Start Book in PDF, Epub and Kindle

bull; Borland-authorized introduction to C#Builder, the first full-featured alternative to Microsoft Visual Studio .NET. bull; C#Builder offers special features designed to assist the more than 3 million Delphi and JBuilder users with the transition to .NET - without leaving the Borland tools they ve invested in for years. bull; C#Builder Kick Start is fully supported by Borland and developed with their cooperation to be the book of choice for C#Builder.

C++ Cookbook

C++ Cookbook
Author: D. Ryan Stephens
Publisher: "O'Reilly Media, Inc."
Total Pages: 592
Release: 2006
Genre: Computers
ISBN: 0596007612

Download C++ Cookbook Book in PDF, Epub and Kindle

"Solutions and examples for C++ programmers"--Cover.

Inside Delphi 2006

Inside Delphi 2006
Author: Ivan Hladni
Publisher: Wordware Publishing, Inc.
Total Pages: 769
Release: 2006
Genre: Delphi (Computer file)
ISBN: 1449633714

Download Inside Delphi 2006 Book in PDF, Epub and Kindle

C++ Builder 6 Developer's Guide

C++ Builder 6 Developer's Guide
Author: Satya Sai Kolachina
Publisher: Wordware
Total Pages: 507
Release: 2002
Genre: Computers
ISBN: 9781556229602

Download C++ Builder 6 Developer's Guide Book in PDF, Epub and Kindle

Explains how to develop applications using C++ Builder, discussing topics including multi-tier application development, WebBroker and WebSnap architectures, and component libraries for cross-platform development.

Sams Teach Yourself Borland C++ Builder 4 in 24 Hours

Sams Teach Yourself Borland C++ Builder 4 in 24 Hours
Author: Kent Reisdorph
Publisher: Sams Publishing
Total Pages: 486
Release: 1999
Genre: Computers
ISBN: 9780672316265

Download Sams Teach Yourself Borland C++ Builder 4 in 24 Hours Book in PDF, Epub and Kindle

"Artful Making" offers the first proven, research-based framework for engineering ingenuity and innovation. This book is the result of a multi-year collaboration between Harvard Business School professor Robert Austin and leading theatre director and playwright Lee Devin. Together, they demonstrate striking structural similarities between theatre artistry and production and today's business projects--and show how collaborative artists have mastered the art of delivering innovation "on cue," on immovable deadlines and budgets. These methods are neither mysterious nor flaky: they are rigorous, precise, and--with this book's help--absolutely learnable and reproducible. They rely on cheap and rapid iteration rather than on intensive up-front planning, and with the help of today's enabling technologies, they can be applied in virtually any environment with knowledge-based outputs. Moreover, they provide an overarching framework for leveraging the full benefits of today's leading techniques for promoting flexibility and innovation, from agile development to real options.

Functional Programming in C++

Functional Programming in C++
Author: Ivan Cukic
Publisher: Simon and Schuster
Total Pages: 432
Release: 2018-11-09
Genre: Computers
ISBN: 1638355665

Download Functional Programming in C++ Book in PDF, Epub and Kindle

Summary Functional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Well-written code is easier to test and reuse, simpler to parallelize, and less error prone. Mastering the functional style of programming can help you tackle the demands of modern apps and will lead to simpler expression of complex program logic, graceful error handling, and elegant concurrency. C++ supports FP with templates, lambdas, and other core language features, along with many parts of the STL. About the Book Functional Programming in C++ helps you unleash the functional side of your brain, as you gain a powerful new perspective on C++ coding. You'll discover dozens of examples, diagrams, and illustrations that break down the functional concepts you can apply in C++, including lazy evaluation, function objects and invokables, algebraic data types, and more. As you read, you'll match FP techniques with practical scenarios where they offer the most benefit. What's inside Writing safer code with no performance penalties Explicitly handling errors through the type system Extending C++ with new control structures Composing tasks with DSLs About the Reader Written for developers with two or more years of experience coding in C++. About the Author Ivan Čukić is a core developer at KDE and has been coding in C++ since 1998. He teaches modern C++ and functional programming at the Faculty of Mathematics at the University of Belgrade. Table of Contents Introduction to functional programming Getting started with functional programming Function objects Creating new functions from the old ones Purity: Avoiding mutable state Lazy evaluation Ranges Functional data structures Algebraic data types and pattern matching Monads Template metaprogramming Functional design for concurrent systems Testing and debugging