Introduction to C++
Autor George S. Tselikisen Limba Engleză Paperback – 22 aug 2022
The examples are designed to be short, concrete, and substantial, quickly giving the reader the ability to understand how to apply correctly and efficiently the features of the C++ language and to get a solid programming know-how. Rest assured that if you are able to understand this book’s examples and solve the exercises, you can safely go on to edit larger programs, you will be able to develop your own applications, and you will have certainly established a solid fundamental conceptual and practical background to expand your knowledge and skills.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 233.95 lei 6-8 săpt. | |
CRC Press – 22 aug 2022 | 233.95 lei 6-8 săpt. | |
Hardback (1) | 741.16 lei 6-8 săpt. | |
CRC Press – 22 aug 2022 | 741.16 lei 6-8 săpt. |
Preț: 233.95 lei
Preț vechi: 317.66 lei
-26% Nou
Puncte Express: 351
Preț estimativ în valută:
44.77€ • 47.10$ • 37.07£
44.77€ • 47.10$ • 37.07£
Carte tipărită la comandă
Livrare economică 14-28 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032136080
ISBN-10: 1032136081
Pagini: 906
Ilustrații: 6 Tables, black and white; 13 Line drawings, black and white; 13 Halftones, black and white; 26 Illustrations, black and white
Dimensiuni: 178 x 254 x 45 mm
Greutate: 1.76 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
ISBN-10: 1032136081
Pagini: 906
Ilustrații: 6 Tables, black and white; 13 Line drawings, black and white; 13 Halftones, black and white; 26 Illustrations, black and white
Dimensiuni: 178 x 254 x 45 mm
Greutate: 1.76 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Public țintă
Professional, Undergraduate Advanced, and Undergraduate CoreCuprins
1 Introduction to C++
2 Variables, Constants, and Arithmetic Conversions
3 Data Input/Output
4 Operators
5 Program Control
6 Loops
7 Arrays
8 Pointers
9 Characters
10 Strings
11 Functions
12 Searching and Sorting Arrays
13 Structures and Unions
14 Memory Management and Data Structures
15 Preprocessor and Macros
16 More about Functions
17 Classes and Objects
18 Operator Overloading
19 More about Classes
20 Inheritance
21 More about Inheritance
22 Exceptions
23 Class Templates
24 Files
25 Namespaces, Type Cast Operators, and Smart Pointers
26 Introduction to Standard Template Library
27 Application Example
Epilogue
Annex A: Precedence Table
Annex B: ASCII Table
Annex C: Hexadecimal System
2 Variables, Constants, and Arithmetic Conversions
3 Data Input/Output
4 Operators
5 Program Control
6 Loops
7 Arrays
8 Pointers
9 Characters
10 Strings
11 Functions
12 Searching and Sorting Arrays
13 Structures and Unions
14 Memory Management and Data Structures
15 Preprocessor and Macros
16 More about Functions
17 Classes and Objects
18 Operator Overloading
19 More about Classes
20 Inheritance
21 More about Inheritance
22 Exceptions
23 Class Templates
24 Files
25 Namespaces, Type Cast Operators, and Smart Pointers
26 Introduction to Standard Template Library
27 Application Example
Epilogue
Annex A: Precedence Table
Annex B: ASCII Table
Annex C: Hexadecimal System
Notă biografică
Dr. George S. Tselikis received both his Dipl.–Ing. degree and his PhD from the School of Electrical and Computer Engineering of National Technical University of Athens (NTUA). In 1998, he joined the Department of Electrical Engineering at Columbia University, New York, and worked as a postdoc research associate. He was a founding member of 4Plus S.A. (1999–2014), where he worked in the development of network protocols and services. He has a long working experience in the telecom area, and his main research interests focus on software specification, development, and testing of network protocols and services in wired and wireless networks. He has participated in many European research projects and he has collaborated with several companies in the telecom industry. Since 2004, he has been a visiting lecturer in several Greek universities teaching courses related to network technologies, protocols and communications, and programming languages.
Descriere
This book is primarily addressed to students who are taking a course on the C++ language, to those who wish to self-study the C++ language, as well as programmers who have experience with C and want to move on to C++.