Mastering C++ Programming Language: A Beginner’s Guide: Mastering Computer Science
Editat de Sufyan bin Uzayren Limba Engleză Hardback – 11 apr 2022
More important, C++ is a programming language with varied uses. Knowing how to write code in C++ can help you understand how software and hardware interact. This is valuable information to have regardless of which path you take in technology. If you want to work in technology, C++ is an excellent language to learn. In this book, you will discover a brief introduction to C++, memory management, C++ functions, preprocessing and compilation, coroutines, and lazy generators.
Mastering C++ Programming Language: A Beginner’s Guide sets the standard for C++ learning while solving the problems given in a typical C++ scenario. This book explores the design, portability, and efficiency of C++ applications in the real world. Mastering C++ Programming Language offers an outstanding supply of tested, usable, and documented C++ code by providing complete, functional solutions to each problem and paying close attention to efficiency and portability.
As a beginner’s guide, Mastering C++ Programming Language contains several examples and substantial code to aid all programmers who wish to expand their C++ language skills. As a result, Mastering C++ Programming Language offers at-length reading for students and professionals interested in the most recent advances in C++. It includes models that are particularly useful for individuals studying the language on their own. Plus, it also discusses the recent updates to the C++ language by comparing different versions and the various standards that are currently in use.
Mastering C++ Programming Language is an ideal beginner’s companion for learning the fantastic programming language that is C++. If you are looking to quickly and efficiently learn C++ coding, this is the ultimate book for you!
Learn more about our other Mastering titles at:
https://www.routledge.com/Mastering-Computer-Science/book-series/MCS
Preț: 815.73 lei
Preț vechi: 1019.67 lei
-20% Nou
Puncte Express: 1224
Preț estimativ în valută:
156.12€ • 164.70$ • 130.10£
156.12€ • 164.70$ • 130.10£
Carte disponibilă
Livrare economică 12-26 decembrie
Livrare express 27 noiembrie-03 decembrie pentru 29.13 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032103211
ISBN-10: 1032103213
Pagini: 450
Ilustrații: 10 Halftones, black and white; 10 Illustrations, black and white
Dimensiuni: 129 x 198 x 30 mm
Greutate: 0.45 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Seria Mastering Computer Science
ISBN-10: 1032103213
Pagini: 450
Ilustrații: 10 Halftones, black and white; 10 Illustrations, black and white
Dimensiuni: 129 x 198 x 30 mm
Greutate: 0.45 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Seria Mastering Computer Science
Public țintă
Professional and Professional Practice & DevelopmentNotă biografică
Sufyan bin Uzayr is a writer, coder and entrepreneur with over a decade of experience in the industry. He has authored several books in the past, pertaining to a diverse range of topics, ranging from History to Computers/IT.
Sufyan is the Director of Parakozm, a multinational IT company specializing in EdTech solutions. He also runs Zeba Academy, an online learning and teaching vertical with a focus on STEM fields.
Sufyan specializes in a wide variety of technologies, such as JavaScript, Dart, WordPress, Drupal, Linux and Python. He holds multiple degrees, including ones in Management, IT, Literature and Political Science.
Sufyan is a digital nomad, dividing his time between four countries. He has lived and taught in universities and educational institutions around the globe. Sufyan takes a keen interest in technology, politics, literature, history and sports, and in his spare time, he enjoys teaching coding and English to young students.
Learn more at sufyanism.com
Sufyan is the Director of Parakozm, a multinational IT company specializing in EdTech solutions. He also runs Zeba Academy, an online learning and teaching vertical with a focus on STEM fields.
Sufyan specializes in a wide variety of technologies, such as JavaScript, Dart, WordPress, Drupal, Linux and Python. He holds multiple degrees, including ones in Management, IT, Literature and Political Science.
Sufyan is a digital nomad, dividing his time between four countries. He has lived and taught in universities and educational institutions around the globe. Sufyan takes a keen interest in technology, politics, literature, history and sports, and in his spare time, he enjoys teaching coding and English to young students.
Learn more at sufyanism.com
Cuprins
Chapter 1 ◾ Introduction to C++
Chapter 2 ◾ Getting Started With C++
Chapter 3 ◾ Working With Numbers and Spaces
Chapter 4 ◾ Exploring C++ Functions
Chapter 5 ◾ Memory Management in C++
Chapter 6 ◾ Preprocessing and Compilation
Chapter 7 ◾ Coroutines and Lazy Generators
Chapter 2 ◾ Getting Started With C++
Chapter 3 ◾ Working With Numbers and Spaces
Chapter 4 ◾ Exploring C++ Functions
Chapter 5 ◾ Memory Management in C++
Chapter 6 ◾ Preprocessing and Compilation
Chapter 7 ◾ Coroutines and Lazy Generators
Descriere
C++ was created as a superset of C, retaining C's efficiency and notational ease but adding type checking, data abstraction, operator overloading, and object-oriented programming capabilities.