SULJE VALIKKO

avaa valikko

Ulkomaiset kirjat, Computers, Programming Languages, C++ | Akateeminen Kirjakauppa

Haullasi löytyi yhteensä 203 tuotetta
Haluatko tarkentaa hakukriteerejä?



C++ Primer Plus
Stephen Prata
Pearson Education (US) (2011)
Pehmeäkantinen kirja
56,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Beginning C++23 : From Beginner to Pro
Ivor Horton; Peter Van Weert
Apress (2023)
Pehmeäkantinen kirja
50,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Introducing Qt 6 - Learn to Build Fun Apps & Games for Mobile & Desktop in C++
Ben Coepp
APress (2021)
Pehmeäkantinen kirja
50,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C++ Software Design - Design Principles and Patterns for High-Quality Software
Klaus Iglberger
O'Reilly Media (2022)
Pehmeäkantinen kirja
88,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Modern C++ for Absolute Beginners : A Friendly Introduction to the C++ Programming Language and C++11 to C++23 Standards
Slobodan Dmitrović
Apress (2023)
Pehmeäkantinen kirja
42,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C++ Programming Language, The
Bjarne Stroustrup
Pearson Education (US) (2013)
Pehmeäkantinen kirja
73,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C++ Programming Language, The
Bjarne Stroustrup
Pearson Education (US) (2013)
Kovakantinen kirja
78,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C++ Crash Course
Josh Lospinoso
Random House LLC US (2019)
Pehmeäkantinen kirja
55,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Hands-On Design Patterns with C++ - Solve common C++ problems with modern design patterns and build robust applications
Fedor G. Pikus
Packt Publishing Limited (2019)
Pehmeäkantinen kirja
68,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C++ All-in-One For Dummies
John Paul Mueller
John Wiley & Sons Inc (2021)
Pehmeäkantinen kirja
34,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Modern C++ Programming Cookbook - Master C++ core language and standard library features, with over 100 recipes, updated to C++2
Marius Bancila
Packt Publishing Limited (2020)
Pehmeäkantinen kirja
111,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C++
David Hunter
RES&EDUCATION ASSN (2000)
Pehmeäkantinen kirja
39,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Memory Management Algorithms and Implementation in C/C++
Bill Blunden
WORDWARE PUB CO (2003)
Pehmeäkantinen kirja
81,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Microsoft Visual C++ .Net Step by Step--Version 2003
Julian Templeman; John Sharp
MICROSOFT PR (2003)
Pehmeäkantinen kirja
76,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Problem Solving in C++: Including Breadth and Laboratories, Second Edition :
Shiflet/Nagin
Cengage Learning/Course Tech Inc (CNG) (2003)
Pehmeäkantinen kirja
66,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Finite Programming in C++
Michael T Wen
iUniverse (2005)
Pehmeäkantinen kirja
19,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Object-Oriented Programming Using C++
Joyce Farrell
COURSE TECHNOLOGY (2006)
Pehmeäkantinen kirja
168,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C++ Programming
D. Malik
Cengage Learning (2006)
Pehmeäkantinen kirja
115,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Ivor Horton's Beginning Visual C++ 2005
Ivor Horton
Wrox (2006)
Pehmeäkantinen kirja
33,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Enterprise Application Development with Visual C++ 2005 :
Fomitchev
Cengage Learning/Charles River M (CNG) (2006)
Pehmeäkantinen kirja
50,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
C++ Primer Plus
56,50 €
Pearson Education (US)
Sivumäärä: 1440 sivua
Asu: Pehmeäkantinen kirja
Painos: 6th edition
Julkaisuvuosi: 2011, 01.11.2011 (lisätietoa)
Kieli: Englanti
C++ Primer Plus, Sixth Edition

New C++11 Coverage

C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible and easy-to-use self-study guide, this book is appropriate for both serious students of programming as well as developers already proficient in other languages.
The sixth edition of C++ Primer Plus has been updated and expanded to cover the latest developments in C++, including a detailed look at the new C++11 standard.
Author and educator Stephen Prata has created an introduction to C++ that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C++ language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use.
Review questions and programming exercises at the end of each chapter help readers zero in on the most critical information and digest the most difficult concepts.
In C++ Primer Plus, you’ll find depth, breadth, and a variety of teaching techniques and tools to enhance your learning:




A new detailed chapter on the changes and additional capabilities introduced in the C++11 standard
Complete, integrated discussion of both basic C language and additional C++ features
Clear guidance about when and why to use a feature
Hands-on learning with concise and simple examples that develop your understanding a concept or two at a time
Hundreds of practical sample programs
Review questions and programming exercises at the end of each chapter to test your understanding
Coverage of generic C++ gives you the greatest possible flexibility
Teaches the ISO standard, including discussions of templates, the Standard Template Library, the string class, exceptions, RTTI, and namespaces

Table of Contents


1: Getting Started with C++


2: Setting Out to C++


3: Dealing with Data


4: Compound Types


5: Loops and Relational Expressions


6: Branching Statements and Logical Operators


7: Functions: C++’s Programming Modules


8: Adventures in Functions

9: Memory Models and Namespaces

10: Objects and Classes

11: Working with Classes

12: Classes and Dynamic Memory Allocation

13: Class Inheritance

14: Reusing Code in C++

15: Friends, Exceptions, and More

16: The string Class and the Standard Template Library

17: Input, Output, and Files

18: The New C++11 Standard

A Number Bases


B C++ Reserved Words


C The ASCII Character Set


D Operator Precedence


E Other Operators


F The stringTemplate Class


G The Standard Template Library Methods and Functions


H Selected Readings and Internet Resources


I Converting to ISO Standard C++


J Answers to Chapter Reviews

Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
LISÄÄ OSTOSKORIIN
Tilaustuote | Arvioimme, että tuote lähetetään meiltä noin 1-3 viikossa. | Tilaa jouluksi viimeistään 27.11.2024. Tuote ei välttämättä ehdi jouluksi.
Myymäläsaatavuus
Helsinki
Tapiola
Turku
Tampere
C++ Primer Pluszoom
Näytä kaikki tuotetiedot
ISBN:
9780321776402
Sisäänkirjautuminen
Kirjaudu sisään
Rekisteröityminen
Oma tili
Omat tiedot
Omat tilaukset
Omat laskut
Lisätietoja
Asiakaspalvelu
Tietoa verkkokaupasta
Toimitusehdot
Tietosuojaseloste