Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

STARTING OUT WITH C++: EARLY OBJECTS, GLOBAL EDITION 9E
Título:
STARTING OUT WITH C++: EARLY OBJECTS, GLOBAL EDITION 9E
Subtítulo:
Autor:
GADDIS, T
Editorial:
PEARSON
Año de edición:
2016
Materia
C++
ISBN:
978-1-292-15727-6
Páginas:
1272
82,50 €

 

Sinopsis

For courses in C++ Programming

Fundamentals of C++ for Novices and Experienced Programmers Alike

Intended for use in a two-term, three-term, or accelerated one-term C++ programming sequence, this Ninth Edition of Starting Out with C++: Early Objects introduces the fundamentals of C++ to novices and experienced students alike. In clear, easy-to-understand terms, the text introduces all of the necessary topics for beginning C++ programmers. Real-world examples allow students to apply their knowledge in understanding how, why, and when to implement the features of C++. The text is organized in a progressive, step-by-step fashion that allows for flexibility. Building on the popularity of previous editions, the Ninth Edition has been updated and enhanced with new material, including C++11 topics and recent changes in technology.

MyProgrammingLab® not included. Students, if MyProgrammingLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyProgrammingLab should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information.


MyProgrammingLab is an online learning system designed to engage students and improve results. MyProgrammingLab consists of a set of programming exercises correlated to the programming concepts in this book and improves the programming competence of beginning students who often struggle with the basic concepts of programming languages. For students, the system automatically detects errors in the logic and syntax of their code submissions and offers targeted hints that enable students to figure out what went wrong. For instructors, a comprehensive gradebook tracks correct and incorrect answers and stores the code inputted by students for review.



Introduction to Computers and Programming
Introduction to C++
Expressions and Interactivity
Making Decisions
Looping
Functions
Introduction to Classes and Objects
Arrays
Searching, Sorting, and Algorithm Analysis
Pointers
More about Classes and Object-Oriented Programming
More on C-Strings and the String Class
Advanced File and I/O Operations
Recursion
Polymorphism and Virtual Functions
Exceptions, Templates, and the Standard Template Library (STL)
Linked Lists
Stacks and Queues
Binary Trees