• English
    • Deutsch
    • French
    • Requires WPML plugin
  • Country
    • United States (USD)
    • Deutschland (EUR)
    • Japan (JPY)
ADD ANYTHING HERE OR JUST REMOVE IT…
  • Newsletter
  • Contact Us
  • FAQs
Natasha Book Store
Login / Register
0 Wishlist
0 Compare
14 items $1,937.78
Menu

Natasha Store

14 items $1,937.78
  • Home
  • Book Shop
    • Academic Textbook
      • Computer Science
      • Earth Sciences, Geography and Environment
      • Economics, Finance, Business and Management
      • English Language Teaching
      • History Books
      • Humanities
      • Language
      • Law
      • Literature & Literary Studies
      • Mathematics And Science
      • Medical
      • Society & Social Sciences
      • Engineering
      • The Arts
    • Fiction
    • Lifestyle, Sport & Leisure
    • Health & Personal Development
  • Big Sale up-to 60%
  • Contact Us
View cart “Graff’s Textbook Of Urinalysis And Body Fluids” has been added to your cart.
Big C++, 2nd Edition 2nd Edition by Cay Horstmann (Author), Timothy Budd (Author)
Click to enlarge
Big C++, 2nd Edition 2nd Edition by Cay Horstmann (Author), Timothy Budd (Author)
Home Books Academic Textbook Computer Science Big C++, 2nd Edition 2nd Edition by Cay Horstmann, Timothy Budd
MATLAB for Engineers, Global Edition
MATLAB for Engineers, Global Edition $51.18
Back to products
Scientific American Nutrition for a Changing World with 2015 Dietary Guidelines 1st Edition
Scientific American Nutrition for a Changing World with 2015 Dietary Guidelines 1st Edition $118.18

Big C++, 2nd Edition 2nd Edition by Cay Horstmann, Timothy Budd

$11.74

  • Big C++ Serving as an ideal introduction to C++ programming, this updated edition balances ease of learning the latest thinking on cognitive processes, current theoretical approaches, and innovative research techniques
  • Shares additional guidance in the form of how-tos and walkthroughs throughout the chapters

Product details

  • Publisher ‏ : ‎ John Wiley & Sons; 2nd edition (January 1, 2008)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 1056 pages
  • ISBN-10 ‏ : ‎ 0470383283
  • ISBN-13 ‏ : ‎ 978-0470383285
  • Item Weight ‏ : ‎ 3.1 pounds
  • Dimensions ‏ : ‎ 7.25 x 1.25 x 8.75 inches

— OR —

Compare
Add to wishlist
Categories: Academic Textbook, Books, Computer Science, Sale Tags: 2nd Edition 2nd Edition, Advanced C++, Algorithms, Big C++, C# programming, C++, C++ Best Practices, C++ Design Patterns, C++ Standard Library, C++ Textbook, C++11, C++14, C++17, Coding Standards, Computational Thinking, data structures, Debugging Techniques, Embedded Systems, Exception Handling, File Handling, Game Development, Memory Management, Modern C++, Multithreading, object-oriented programming, Performance Optimization, Pointers and References, programming fundamentals, Software Development, Software Engineering, STL (Standard Template Library), System Programming, Template Programming
Share:
Close
YOU MAY ALSO LIKE…
  • A Christmas Gift A Christmas Gift Paperback – 17 October 2019 $15.00 $14.00
  • Things Without a Name Things Without a Name : 5 Powerful Insights About Life $45.00 $35.00
  • The Manny book The Manny: A Heartwarming Tale – Paperback, 1 April 2008 $35.00 $20.00
  • Dying To Tell Dying to Tell: 5 Shocking Secrets That Will Keep You Hooked $25.00 $21.00
  • Description
  • Reviews (0)
Description

Big C++, 2nd Edition 2nd Edition

Editorial Reviews

From the Inside Flap

A PRACTICAL INTRODUCTION TO PROGRAMMING WITH A SOLID GROUNDING IN PRINCIPLES OF COMPUTER SCIENCE

Big C++ focuses on practical program development and effective use of the C++ programming language. It is suitable for motivated beginners as well as readers with prior programming experience. Horstmann and Budd combine their professional and academic experience to guide you from the basics to more advanced topics and contemporary applications such as GUIs and XML programming. More than a reference, Big C++ provides well-developed exercises, examples, and case studies that engage you in the details of useful C++ applications.

Learn computer science principles and not just C++. The authors use the C++ programming language as a vehicle for introducing solid computer science concepts. Although it covers a large subset of the C++ language, the book focuses on the modern features of the C++ standard, such as the string class and the STL containers.

Gain a deeper understanding through the book’s spiral approach. The authors make C++ more accessible to beginners by starting with the essential facts that illustrate a concept, then adding technical details to deepen understanding of the foundational concept.

Learn C++ as an object-oriented language. Objects are introduced in two stages. From Chapter 2 on, readers learn to use objects—in particular, strings, streams, instances of the simple time and employee classes, and graphical shapes. Starting in Chapter 5, readers learn how to implement classes and member functions. From then on, objects and classes are used as the natural building blocks of computer programs.

SPECIAL FEATURES INCLUDE:

  • Common Errors describe the kinds of errors that programmers often make, with an explanation of why the errors occur, and what to do about them.
  • Quality Tips explain good programming practices. Since most of them require an initial investment of effort, these notes carefully motivate the reason behind the advice and explain why the effort will be repaid later.
  • Productivity Hints teach programmers how to use their tools more effectively, familiarizing them with tricks of the trade such as keyboard shortcuts, global search and replace, or automation of common tasks with scripts.

 

From the Back Cover

A PRACTICAL INTRODUCTION TO PROGRAMMING WITH A SOLID GROUNDING IN PRINCIPLES OF COMPUTER SCIENCE

Big C++ focuses on practical program development and effective use of the C++ programming language. It is suitable for motivated beginners as well as readers with prior programming experience. Horstmann and Budd combine their professional and academic experience to guide you from the basics to more advanced topics and contemporary applications such as GUIs and XML programming. More than a reference, Big C++ provides well-developed exercises, examples, and case studies that engage you in the details of useful C++ applications.

Learn computer science principles and not just C++. The authors use the C++ programming language as a vehicle for introducing solid computer science concepts. Although it covers a large subset of the C++ language, the book focuses on the modern features of the C++ standard, such as the string class and the STL containers.

Gain a deeper understanding through the book’s spiral approach. The authors make C++ more accessible to beginners by starting with the essential facts that illustrate a concept, then adding technical details to deepen understanding of the foundational concept.

Learn C++ as an object-oriented language. Objects are introduced in two stages. From Chapter 2 on, readers learn to use objects—in particular, strings, streams, instances of the simple time and employee classes, and graphical shapes. Starting in Chapter 5, readers learn how to implement classes and member functions. From then on, objects and classes are used as the natural building blocks of computer programs.

SPECIAL FEATURES INCLUDE:

  • Common Errors describe the kinds of errors that programmers often make, with an explanation of why the errors occur, and what to do about them.
  • Quality Tips explain good programming practices. Since most of them require an initial investment of effort, these notes carefully motivate the reason behind the advice and explain why the effort will be repaid later.
  • Productivity Hints teach programmers how to use their tools more effectively, familiarizing them with tricks of the trade such as keyboard shortcuts, global search and replace, or automation of common tasks with scripts.

 

About the Author

Cay S. Horstmann is a Professor of Computer Science in the Department of Mathematics and Computer Science at San Jose State University. He is an experienced professional programmer and was Vice President and Chief Technology Officer for Preview Systems, Inc. He is also a consultant for major corporations, universities and organizations on C++, Java, Windows and Internet programming. Horstmann is the author of many successful professional and academic books.
you may like .https://natashabookstore.com/books/communications-toolkit/
Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Big C++, 2nd Edition 2nd Edition by Cay Horstmann, Timothy Budd” Cancel reply

Your email address will not be published. Required fields are marked *

Related products

Compare
Quick view
Add to wishlist
Add to cart

Graff’s Textbook Of Urinalysis And Body Fluids

Books, Academic Textbook, Medicine
$165.00
Compare
Quick view
Add to wishlist
Add to cart

Essentials of Economics

Books, Academic Textbook, Economics, Finance, Business and Management
$138.00
Compare
Quick view
Add to wishlist
Add to cart

The Moth Presents Occasional Magic True Stories About Defying the Impossible

Books, Fiction
$31.00
Interpersonal Process in Therapy An Integrative Model
Compare
Quick view
Add to wishlist
Add to cart

Interpersonal Process in Therapy An Integrative Model

Books, Academic Textbook, Fiction, Medicine
$31.26
Compare
Quick view
Add to wishlist
Add to cart

Health Care Indigenous Australians

Books, Academic Textbook, Medicine
$48.00
Student Activities Interaction Langue et Culture 9 Edition , 9th Edition featuring interactive oral and written exercises for French language learners.
Compare
Quick view
Add to wishlist
Add to cart

Student Activities Manual (cahier d’activites orales et ecrites) for St. Onge/St. Onge/Powers’ Interaction: Langue et culture, 9th edition

Books, Academic Textbook, Language, Sale
$159.00
Psychology in Everyday Life 4e
Compare
Quick view
Add to wishlist
Add to cart

Psychology in Everyday Life 4e

Books, Academic Textbook, Medicine
$179.00
-14%
Biological Control of Weeds in Australia
Compare
Quick view
Add to wishlist
Add to cart

Biological Control of Weeds in Australia

Books, Academic Textbook, Engineering, Sale
$244.00 $210.00

Natasha Bookstore Pvt Ltd.

Natasha bookstore has vast range of treasure in academic text books. We are happy to see you here and visited our website to buy books online. Don’t hesitate to update yourself and order your books now! Thank you for coming.

  • 31 Argyle street, Fawkner, VIC 3063 Australia
  • Email: info@natashabookstore.com
  • Home
  • About Us
  • Bookshop
  • Sale
  • Contact Us

 Natasha Bookstore Pvt Ltd    2023 Developed by Apprise Digital with ❤

  • Menu
  • Categories
  • Books
  • Home
  • Shop
  • Blog
  • About us
  • Contact us
  • Wishlist
  • Compare
  • Login / Register
Shopping cart
Close
Sign in
Close

Lost your password?

No account yet?

Create an Account
Select your currency
AUD Australian dollar
USD United States (US) dollar
EUR Euro
Shop
Sidebar
0 Wishlist
14 items Cart
My account