Skip to main content

Chapter 1: Beginning C++

  • Chapter
Book cover C++ Recipes
  • 5172 Accesses

Abstract

The C++ programming language is a powerful low-level language that allows you to write programs that are compiled into machine instructions to be executed on a computer’s processor. This makes C++ different from newer languages such as C# and Java. These languages are interpreted languages. This means they are not executed directly on the processor but instead are sent to another program that is responsible for operating the computer. Java programs are executed using the Java virtual machine (JVM), and C# programs are executed by the Common Language Runtime (CLR).

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2015 Bruce Sutherland

About this chapter

Cite this chapter

Sutherland, B. (2015). Chapter 1: Beginning C++. In: C++ Recipes. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-0157-2_1

Download citation

Publish with us

Policies and ethics