JavaScript | CGI | CSS | Java | PHP | SQL | ASP | HTML | PERL | Python | C++ | Graphics | DHTML | Misc

C++ Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Previous Page

Precise Numerical
Methods Using C++

Precise Numerical Methods Using C++ with CD-ROM

Oliver Aberth

Our New Price: $59.95
In Stock: 24 hours (Same Day)
Format:Textbook Hardcover, 1st ed., 238pp.
ISBN: 0120417502
Publisher: Academic Press, Inc.
Pub. Date: January 1998
Edition Desc: Book & CD-ROM

This book explains how precise numerical analysis is constructed with C++. Included is a CD-ROM which contains executable Windows 95 programs for the PC and which demonstrates how these programs can be used to solve typical problems of elementary numerical analysis with precision. The book also provides exercises which illustrate points from the text and references for the methods presented.
C++ by Example

C++ by Example: Object-Oriented Analysis, Design and Programming

Object-Oriented Analysis,
Design and Programming
Len Dorfman

Our Price: $39.95
In Stock: 24 hours (Same Day)
Format: Paperback, 300pp.
ISBN: 0079119549
Publisher: McGraw-Hill Companies
Pub. Date: March 1995
Edition Desc: Book & Disk

Now programmers can quickly learn how to apply C++ in the real world and design solid, reusable, object-oriented C++ code with the help of this practical instruction manual. This example-packed introduction to the structured techniques of object-oriented programming with C++ provides readers with a thorough grounding in the theory of objects, while emphasizing the practical skills they need to apply object-oriented programming in real life applications. With all codes included on an accompanying disk, the book provides a thorough discussion of object-oriented analysis and design and introduces the built-in-features of C++ that facilitates object-oriented design. Readers will see how to analyze a problem, design a solution to that problem, and implement the solution in C++.
Error Coding Cookbook

Error Coding Cookbook: Practical C/C++ Routines and Recipes for Error Detection and Correction

Practical C/C++ Routines and Recipes
for Error Detection and Correction
C. Britton Rorabaugh

Our Price: $44.00
Retail Price: $55.00
You Save: $11.00 (20%)
Available: Ships 1-2 weeks
Format: Hardcover, 249pp.
ISBN: 0079117201
Publisher: McGraw-Hill Companies
Pub. Date: November 1995

While error correction is a crucial function in any signal processing or communications system, the coding process is fraught with the kind of abstract mathematical theory that can trip up even the most experienced engineer. Not any more, thanks to this first-of-its-kind, non-theoretical approach to error coding. This book/disk set features complete step-by-step instructions for coding selection and implementation--including a brief review of the necessary math, plus hundreds of ready-to-use codes are provided on disk for error detection and correction. Each code is clearly explained, and a host of worked-out examples are provided
Visual C++ 6

Visual C++ 6: The Complete Reference

The Complete Reference
Chris Pappas
William Murray

Our Price: $31.99
Retail Price: $39.99
You Save: $8.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 2nd ed., 1015pp.
ISBN: 0078825105
Publisher: Osborne/McGraw-Hill
Pub. Date: July 1998

Nearly 75% of the C/C++ market use C++--38 out of 42 world-classapplications are built with Visual C++, including Sun, Netscape, Oracle, and Lotus. Authors Chris Pappas and William Murray are professors of computer science at the S.U.N.Y. system in New York--they bring extensive, real-world experience to the text. Covers the new and improved version that offers faster 32-bit application compiling, added native compiler support, time-saving Active Template Library (ATL), and productive new wizards and controls for quicker market distribution.
C++

C++: The Complete Reference 3rd Edition

The Complete Reference 3rd Edition
Herbert Schildt

Our New Price: $31.99
Retail Price: $39.99
You Save: $8.00
Our Used Price: $28.79
Savings: $8.00
In Stock: 24 hours (Same Day)
Format:Paperback, 3rd ed., 1008pp.
ISBN: 0078824761
Publisher: Osborne/McGraw-Hill
Pub. Date: July 1998
Edition Desc: 3rd Ed.

Author Herb Schildt is the world's best-selling C++ author with morethan 2 million books sold. The most complete coverage of the newly updated ANSI C++ Standard--including updated material on the STL, namespace naming methods, an new classes. An easy-to-follow, three-part organization: I) Description of the root of C++; II) Detailed coverage of C++'s OOP components and classes; III) Effective C++ software application development.
Visual C++ 6 from
the Ground Up

Visual C++ 6 from the Ground Up

John Paul Mueller

Our Price: $34.99
In Stock: 24 hours (Same Day)
Format: Paperback, 2nd ed., 718pp.
ISBN: 0078825067
Publisher: Osborne/McGraw-Hill
Pub. Date: August 1998
Edition Desc: 2nd Ed.

Learn how to build powerful, flexible applications & server utilitieswith Visual C++ 6! Thanks to the advanced technologies of Microsoft's Visual C++ 6, you can now create powerful remote database applicaitons, indispensable HTML view programs, and much more. This guide covers the gamut of Visual C++ application development, from building a broad range of application types to tightly packaging your apps for corporate delivery. You'll program your way from beginner to expert using Mueller's hands-on examples, easy-to-follow explanations, and exclusive "Portability" tips for migrating from earlier versions of Visual C++

As an extra bonus, you'll find "In-Depth" boxes packed with critical insight throughout the book. Learn from the best-selling author whose proven teaching methods have led thousands of programmers to success

You'll find everything you need to program professional applications in Visual C++ 6 from the Ground Up, Second Edition

Core C++

Core C++: A Software Engineering Approach

A Software Engineering Approach
Victor Shtern

Our Price: $39.99
Retail Price: $49.99
You Save: $10.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 1236pp.
ISBN: 0130857297
Publisher: Prentice Hall
Pub. Date: July 2000

Master C++ the right way: From the software engineering perspective!
  • Master C++ the right way!
  • Object-oriented approach to coding throughout
  • Harness C++'s strengths; avoid its dangers
  • Build more easily maintainable code
Build more powerful, robust, maintainable C++ software!

For developers with experience in any language, Victor Shtern's Core C++ teaches C++ the right way: by applying the best software engineering practices and methodologies to programming in C++. Even if you've already worked with C++, this comprehensive book will show you how to build code that is more robust, far easier to maintain and modify, and far more valuable.

Shtern's book teaches object-oriented principles before teaching the language, helping you derive all the power of object-oriented development to build superior software. Learn how to make design decisions based on key criteria such as information hiding and pushing responsibilities from clients down to server classes. Then, master every key feature of ANSI/ISO C++ from a software engineer's perspective: classes, methods, const modifiers, dynamic memory management, class composition, inheritance, polymorphism, I/O, and much more.

If you want to build outstanding C++ software, coding skill isn't enough. Objects aren't enough. You must design, think, and program using today's best software engineering practices, and with Core C++, you will.

Core C++ delivers:

  • The application of software engineering principles to C++ programming
  • A strong emphasis on writing code for easier future maintainance and modification
  • A practical understanding of object-oriented principles before teaching the language
  • Insight into the latest ANSI/ISO C++ features
  • Thorough explanations that respect your intelligence
  • Hundreds of realistic, to-the-point code examples
  • Levity Breaks: Stories and vignettes that illustrate key topics, concepts, and ideas through humor
Distributed COM

Distributed COM: Application Development Using Visual C++ 6.0 with Cdrom

Application Development
Using Visual C++ 6.0
Jim Maloney

Our Price: $39.99
Retail Price: $49.99
You Save: $10.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 414pp.
ISBN: 0130848743
Publisher: Prentice Hall
Pub. Date: October 1999
Edition Desc: Book & CD-ROM

If you're an experienced Visual C++/MFC programmer who's serious about multi-tier development, you've come to the right place. In this book, expert developer and instructor Jim Maloney helps you master every key technology you'll need to know, including COM/DCOM, MTS, ADO, OLE DB, and more.

Maloney walks you step-by-step through building and deploying robust multi-tier systems, presenting in-depth code examples proven in the classroom and in production environments. Master design techniques that lead to more robust, high-performing distributed applications; create and implement object models, and build client-side persistence layers that elegantly abstract your business objects.

Gain an in-depth understanding of OLE DB and ADO, through detailed hands-on applications demonstrating database access via OLE DB interfaces and ADO middle-tier code. Then, learn all you need to know to work with MTS: creating packages; installing components, the MTS API, stateful and stateless objects, debugging, shared properties, security, implementing the data services layer, and more.

C++ Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Previous Page

JavaScript | CGI | CSS | Java | PHP | SQL | ASP | HTML | PERL | Python | C++ | Graphics | DHTML | Misc


Home | Free Buttons | Monthly Project | Seasonal Site | Tips & Scripts | Book Store
Feature Archive | Application Form | Software Store | Hardware Store | Contact Us
© 2000 Ira Boucher Ira Designs