ENGLISH

Selected Topics in C++

Book information

Publisher
CreateSpace Independent Publishing Platform
Year
2015
ISBN
1511797541, 9781511797542
Language
english
Format
AZW3
Filesize
3 MB (2919356 bytes)
Pages
296\0
Time added
2016-04-16 04:06:50

Description

C++ is a language that sets itself a bit apart from the rest. C++ has no garbage collection. You need to collect your own garbage. C++ has stack memory and heap memory. You need to control where you want to put your objects. It has constructors and destructors. You need to know when and how they are called. Then it has multiple inheritance, something that’s not part of most languages. It has pointers and references. You need to know how and when you should use them. Then you have virtual functions and virtual tables and virtual pointers. When you know these core concepts C++ becomes a powerful language to use because you can control your program to do exactly what you want. Then you can unleash the power of C++.

Similar books