Course Content
C++ Introduction
C++ Introduction
3. Introduction to Operators
4. Introduction to Program Flow
5. Introduction to Functions
What is C++
C++ is a general purpose programming language that supports both low-level and high-level programming paradigms that makes it really adaptable and powerful tool.
- Low level: direct control over hardware, requires deep understanding of computer architecture, more complex but precise;
- High level: more user-friendly programming, faster development, more maintainable and human-readable code.
Pros | ||
Cons | ||
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 2