C++ for Python Programmers
Runestone in social media:
Follow @iRunestone
Help support us:
Table of Contents
Book Index
Scratch ActiveCode
Change Course
Join a Study Group
Group Schedule
Schedule New Chapter
Manage Group
Instructor's Page
Progress Page
Edit Profile
Change Password
Register
Login
Navigation Help
Help for Instructors
About Runestone
Report A Problem
1. Introduction to C++ for Python Programmers
¶
Introduction to C++ for Python Programmers
1.1. Welcome to
C++ for Python Programmers
1.2. Introduction
1.3. Why Learn Another Programming Language?
1.3.1. Why Learn C++? Why not Java or Javascript?
1.4. Let’s look at a C++ program
1.4.1. Compilation
1.4.2. Using headers and libraries
1.4.3. The main function
1.4.4. Comments in C++
1.4.5. Standard Input and Output
1.4.6. Type Declarations
1.5. Summary
1.6. Check yourself
1.7. Glossary
Next Section - 1.1. Welcome to
C++ for Python Programmers