C++ How to Program
Autor Paul Deitel, Harvey Deitelen Limba Engleză Paperback
Codul sursă integrat în Deitel, P: C++ How to Program nu constă în simple fragmente izolate, ci în programe complete și funcționale, oferind cititorului o bază practică imediată pentru testare și execuție. Găsim în această carte o abordare pedagogică specifică, intitulată 'Late Objects', care prioritizează înțelegerea mecanismelor fundamentale de control, a funcțiilor și a pointerilor într-un context procedural, înainte de a introduce complexitatea claselor și a obiectelor. Observăm că autorii Paul J. Deitel și Harvey M. Deitel au structurat cele peste 900 de pagini pentru a servi atât cursurilor introductive de programare, cât și ca referință tehnică pentru dezvoltatorii intermediari. Stilul este riguros, punând accent pe claritatea codului și pe bunele practici în ingineria software, precum reutilizarea componentelor. Descoperim aici o revizuire atentă a conținutului, realizată împreună cu specialiști din industrie, pentru a asigura relevanța conceptelor în rezolvarea problemelor reale prin intermediul internetului. Cititorul care a aplicat ideile din Starting Out with C++ from Control Structures to Objects de Tony Gaddis va găsi aici o aprofundare tehnică superioară și o expunere mai detaliată a construcției sistemelor software complexe, menținând totodată aceeași secvențialitate logică de la structuri de control la obiecte. Față de Absolute C++, Global Edition, acest volum de la Pearson Education insistă mai mult pe contextul execuției programelor complete, fiind un instrument ideal pentru consolidarea bazei de programare în C++.
Preț: 1084.08 lei
Preț vechi: 1407.90 lei
-23%
Carte disponibilă
Livrare economică 15-29 august
Specificații
ISBN-10: 0134448235
Pagini: 1080
Dimensiuni: 178 x 229 x 38 mm
Greutate: 1.36 kg
Ediția:10
Editura: Pearson
De ce să citești această carte
Recomandăm acest volum studenților și autodidacților care doresc să învețe C++ prin practică directă pe cod sursă funcțional. Abordarea graduală, care separă fundamentele procedurale de programarea orientată pe obiect, permite asimilarea corectă a conceptelor dificile precum pointerii și gestiunea memoriei înainte de a trece la arhitecturi software complexe.
Descriere scurtă
The best-selling " C++ How to Program "is accessible to readers with little or no programming experience, yet comprehensive enough for the professional programmer. The Deitels signature live-code approach presents the concepts in the context of full working programs followed by sample executions. The early objects approach gets readers thinking about objects immediately allowing them to more thoroughly master the concepts. Emphasis is placed on achieving program clarity and building well-engineered software. Interesting, entertaining, and challenging exercises encourage students to make a difference and use computers and the Internet to work on problems. To keep readers up-to-date with leading-edge computing technologies, the Tenth Edition conforms to the C++11 standard and the new C++14 standard.
Also available with MyProgrammingLab
This title is also available with MyProgrammingLab 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. Through hundreds of practice problems, 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 and why. MyProgrammingLab improves the programming competence of beginning students who often struggle with the basic concepts and paradigms of popular high-level programming languages. For instructors, a comprehensive gradebook tracks correct and incorrect answers and stores the code inputted by students for review.
Note: You are purchasing a standalone product; MyProgrammingLab does not come packaged with this content. Students, if interested in purchasing this title with MyProgrammingLab, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information.
If you would like to purchase both the physical text and MyProgrammingLab, search for:
0134583000 / 9780134583006 "C++ How to Program "Plus MyProgrammingLab with Pearson eText -- Access Card Package, 10/e
Package consists of:
0134448987 / 9780134448985 MyProgrammingLab with Pearson eText -- Access Code Card -- for "C++ How to Program (Early Objects Version)" 0134448235 / 9780134448237 "C++ How to Program"
"
Textul de pe ultima copertă
Since the 1990s, over a million students and professionals have learned programming and software development with Deitel(r) textbooks, professional books and multimedia publications. This Late Objects Version of "C++ How to Program, 7/e" provides clear and thorough coverage of C++ programming. It s appropriate for one-semester procedural programming courses with little or no objects coverage, one semester courses that begin with procedural programming then proceed to object-oriented programming and possibly a selection of upper-level C++ topics, and second courses in intermediate-level
C++ How to Program, Late Objects Version, 7/e includes:
Procedural programming from the start: The first eight chapters provide rich coverage of C++ fundamentals, including two full chapters on control statements. Objects and classes in the middle: The next chapters present object technology concepts, including classes, inheritance, polymorphism, operator overloading, templates and exception handling. Intermediate-level topics: The book includes substantial coverage of strings, files, streams, searching and sorting, data structures and the Standard Template Library. Additional chapters on game programming, an optional OOD ATM case study, the Boost C++ Libraries, the future of C++ and more, are available online.
Also by Paul & Harvey Deitel C++ How to Program, 7/e ISBN: 0-13-611726-0 Introduces classes and objects in Chapter 3, before control statements, functions and arrays. It s suitable for those who prefer an early objects approach to C++ programming.
Contact the authors at: deitel@deitel.com Register for the DEITEL(r) BUZZ ONLINE newsletter: www.deitel.com/newsletter/subscribe.html For information on Deitel(r) onsite training delivered worldwide, visit www.deitel.com/training/ Follow us on Twitter(r) @deitel and Facebook(r) at www.deitel.com/deitelfan/
"
Descriere
Late Objects Version: C++ How to Program, 7/e is ideal for Introduction to Programming (CS1) and other more intermediate courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference for the C++ language. This best-selling comprehensive text is aimed at readers with little or no programming experience. It teaches programming by presenting the concepts in the context of full working programs and takes a late objects approach. The authors emphasize achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction. The Seventh Edition encourages students to connect computers to the community, using the Internet to solve problems and make a difference in our world. All content has been carefully fine-tuned in response to a team of distinguished academic and industry reviewers. The Late Objects Version delays coverage of class development until Chapter 9, presenting control statements, functions, arrays and pointers in a non-object-oriented, procedural programming context.