Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Introduction to C++ Programming | Getting Started
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
C++ Introduction (copy) 1769617216468

bookIntroduction to C++ Programming

Swipe to show menu

Note
Definition

C++ is a general-purpose programming language that allows both direct control over hardware and efficient, high-level application development.

To understand what makes C++ special, you first need to understand the difference between low-level and high-level programming. Each approach has its own strengths and trade-offs, and C++ allows you to choose how much control or simplicity you need for a given problem.

If you imagine coding as ordering a sandwich, or even cooking it yourself, high-level programming gives you simple instructions, while low-level programming is a detailed recipe with exact measurements and every small nuance explained.

Note
Note

Of course, in the end, both recipes require a lot of work, but with the high-level, you don't have to explicitly manage all of those details yourself.

question mark

Is C++ considered a high-level programming language or low-level programming language?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 1

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

SectionΒ 1. ChapterΒ 1
some-alt