I can code... now what is this C++ thing on WhereWeLearn Skip to main content
 

Lesson

 

I can code... now what is this C++ thing [Ij38W3ch2R]

If you get the principles of programming. You have learnt on a scripting language and are now ready to step up to a compiled language this lesson is for you.
Educator:
Philip Lacey Philip Lacey

Overview

C++ is a powerful compiled programming language that builds on the fundamental concepts you've learned in scripting languages. This lesson introduces you to how C++ differs from scripting languages and prepares you to write faster, more efficient programs that run directly on your computer.

Key Points

  • C++ is a compiled language, meaning code is converted to machine instructions before running, making programs faster than interpreted scripts
  • C++ requires explicit variable types and memory management, giving you more control but requiring more careful coding
  • The syntax of C++ is similar to many other languages, so your programming fundamentals transfer directly
  • C++ is widely used in game development, operating systems, and performance-critical applications
  • Learning C++ teaches you how computers actually work at a lower level than scripting languages

Why This Matters

C++ skills are highly valued in software development, game design, and systems programming industries. Understanding compiled languages opens doors to building efficient applications and deepens your understanding of how computers execute code.

Suggested Next Steps

  • C++ syntax and basic data types
  • Memory management and pointers
  • Object-oriented programming in C++

Sources

  • The C++ Programming Language by Bjarne Stroustrup
  • cppreference.com C++ Language Reference
C++ Tutorial for Beginners - Full Course
This course will give you a full introduction into all of the core concepts in C++.
C++ Programming All-in-One Tutorial Series
A full entire course in a single video
Learning C++ line by line
Find out how to get the best out of Visual Studio Code and C++.
Visual Studio Code vs. Visual Studio: How to choose
Deciding between Visual Studio Code and Visual Studio may depend as much on your work style as on the language …
How C++ Works
An overview of the compiling process and the linker process.
How the C++ Compiler Works
An explainer on how the compiler works its magic.
Human Created Content Transparency

This lesson was created and reviewed by an educator.