Introduction to C++ Programming

Learn to program in C++, even if you have no prior programming experience!

This course will give you hands-on practice as you learn to program with C++. Whether you're completely new to programming or you want to learn a new programming language, this course will teach you the fundamentals of C++.

for just $129.99.



Multiple Start Dates -
Wednesday, April 17, 2024
Wednesday, May 15, 2024
Wednesday, June 12, 2024
Wednesday, July 17, 2024

Certification

About Introduction to C++ Programming

Here's your chance to learn how to program the easy way in C++. Introduction to C++ Programming is a project-oriented course. You'll get right to programming in this course—even if you have no prior programming experience! Before you know it, you'll be putting together programs, and you'll see how easy programming really is.

Prerequisites & Requirements

Introduction to C++ Programming

Prerequisites:

There are no prerequisites to take this course.

Requirements:

Hardware Requirements:

  • This course can be taken on either a PC or Mac.

Software Requirements:

  • PC: Windows 8 or later.
  • Mac: macOS 10.6 or later.
  • Browser: The latest version of Google Chrome or Mozilla Firefox are preferred. Microsoft Edge and Safari are also compatible.
  • Adobe Acrobat Reader.
  • Software must be installed and fully operational before the course begins.

Other:

  • Email capabilities and access to a personal email account.

Instructional Material Requirements:

The instructional materials required for this course are included in enrollment and will be available online.

Syllabus

Your First C++ Program

In your first lesson, you'll learn what a computer program is. What's the best way to learn programming? You have to write programs, of course! Your first step toward writing your first program is to install VisualStudio. In this lesson, you'll learn how to install Visual Studio on your computer and create your first program.

Understanding Your C++ Code and How to Fix Errors

You've created a working C++ application. In this lesson, you'll find out what each line of C++ code means in your "Hello World!" program. You'll also learn how this C++ code is translated to machine language that the computer understands and can execute as a running program. Finally, you'll learn how to see and fix errors in your code.

Data Types and Computer Memory

In this lesson, you'll learn about the different areas of computer memory. You'll find out about data types, which correspond to the different types of information a program uses, and then write a program that can determine the amount of computer memory used by different data types. This lesson also lays the foundation for variables, a very important concept in programming.

Storing Data in Variables

In this lesson, you'll learn how to create variables of different data types to store information. You'll find out how to declare variables, which is the first step to using them. You'll then learn how to assign values to variables, using both the assignment operator and cin. You'll also access and output a variable's value.

Letting the Computer Do the Math

Computers can't think for themselves—not yet anyway. But computers can calculate faster and more accurately than humans can. In this lesson, you'll learn how to harness the computer's calculating power with the C++ arithmetic operators.

Letting the User Choose

Life involves choices, and so do computer programs. In this lesson, you'll learn how to use the different C++ comparison operators and control structures so different blocks of code execute depending on the user's choice.

Combining Choices

Choices can be complicated. For example, you may want code to execute only if two choices are made, or if either of two choices are made. In this lesson, you'll how to use nested control structures and the different C++ logical operators when more than one choice determines which block of code executes.

Repeating Code With Loops

Your parents may have told you not to repeat yourself, but code often needs to repeat. In this lesson, you'll learn how to use loops to make code repeat until a condition is met.

Using Arrays

Often, you may need to store more than one item of information, such as multiple test scores. In this lesson, you'll find out how to use arrays to store multiple items of information. Sure, you could also just use multiple variables, but with arrays, you also can harness the power of loops, which you learned about in the last lesson.

C Strings for Storing Text

Not all information are numbers. You'll often need to store text, such as names. In this lesson, you'll discover how to use C strings to store non-numeric information in an array.

Functions for Dividing and Organizing Code

What if your favorite textbook was just one very long paragraph with no chapters or sections? The content would be the same, but it would be much more difficult to read and follow, wouldn't it? Similarly, code, as it gets longer and more complicated, needs to be organized. In this lesson, you'll learn how to use functions to divide tasks and organize your code.

Saving and Retrieving Data

Microsoft Word wouldn't be very useful if you couldn't save your work and had to type it all over again each time you ran the program! Being able to save your work is important, but you also need to be able to load that saved work back into your program the next time you run it. In this lesson, you'll learn how to use file input/output to store and retrieve information.

AUTHOR

Introduction to C++ Programming Instructor

Jeffrey A. Kent

Jeffrey A. Kent is a Professor of Computer Science, teaching both traditional and online classes. He has taught a number of computer programming languages, including C, C++, Java, Visual Basic, and Assembly. He is the published author of several computer-programming books, including "Visual Basic 2005 Demystified" and "C++ Demystified." He is also an attorney and has combined both careers by writing applications for law firms.

Keep Learning

The ExpertRating Introduction to C++ Programming is designed keeping in mind your comfort and convenience. You can access the course from anywhere, anytime. Whether you are a stay-at-home mom or an always-on-the-go working professional, you can keep learning. Access it from your home computer, your tablet or your mobile phone – whatever or whenever is convenient for you.

When you choose the ExpertRating Introduction to C++ Programming, you can be sure that you are choosing a respected certification that is recognized by hundreds of private employers in the US and other countries.

ExpertRating offers its training and testing services to some of the biggest and best companies in the world, such as Convergys Corp, UPS, GAP, Federal Bureau of Prisons, Coke, Citrix, IKEA Systems, Google and Ericsson, to name a few.

Certificate

Life Coach Certificate

When you purchase the Introduction to C++ Programming, you also receive the highly recognizable hard copy certificate at your physical address within 12-15 days of taking the exam.

  • The certificate can be used to prove your certified status and does not mention the word "online".
  • You will receive an online transcript that mentions your score and you can use it to prove your certified credentials on the internet or to employers and customers.
The Introduction to C++ Programming is by far the "best value-for-money"
Introduction to C++ Programming -- FOR JUST $129.99
Certification

Introduction to C++ Programming - ExpertRating Advantages

paypal

At just $129.99, the ExpertRating Introduction to C++ Programming is your 'best value-for-money' option for enrolling in a Life Coach Program. Payments can be made using all major credit cards or PayPal. All payments are through secure online transactions. ExpertRating is a PayPal verified seller with 200,000+ sales through PayPal.

Privacy

ExpertRating upholds the highest privacy standards and complies with strict program requirements, ensuring that your information is always safe.

tuv

ExpertRating is an ISO 9001:2015 certified company, which reflects that our courses and tests conform to the highest international quality standards. Our training material is prepared by thorough professionals with years of experience, and goes through several rounds of analysis by expert teams to help develop well balanced, comprehensive and meaningful content.




Our website is certified by TrustedSite, formerly McAfee SECURE™ as safe from potential hacking threats. The TrustedSite trustmark indicates that our website has passed daily intensive security scans.

Testimonials

Our customers love us!

Related Courses

SQL Course

ExpertRating Online SQL Course and SQL Training leading to SQL Programming Skills Certification helps you in gaining a solid working knowledge of the most powerful and widely used database programming language.
Know more about SQL Course

PHP Course (Introductory)

Learn how to create dynamic, interactive Web sites using PHP and a MySQL database server.Learn how to create an interactive Web site, allowing visitors to post and retrieve information provided by you or your sites visitors. In this six-week online course, you will see how to create dynamic Web pages using the PHP programming language and the MySQL database server.
Know more about PHP Course (Introductory)

C# Programming Course (Introduction)

Learn the fundamentals of computer programming with the new C# programming language.This course will show you how to write professional looking applications with many of the common GUI controls, such as buttons, labels, text boxes, check boxes, and radio buttons.
Know more about C# Programming Course (Introduction)

C# Programming Course (Intermediate)

Learn to write Graphical User Interface programs in the C# Programming Language.This course will show you how to write professional looking applications with many of the common GUI controls, such as buttons, labels, text boxes, check boxes, and radio buttons.
Know more about C# Programming Course (Intermediate)

High Speed Project Management Course

Learn to deal with the realities of managing projects at supersonic speeds despite truncated timelines, inadequate staffing, and skimpy budgets.
Know more about High Speed Project Management Course

About us

ExpertRating

Over 6500 companies rely on ExpertRating for their training and testing needs

ExpertRating is an ISO 9001:2015 certified company offering online certification and training services to individuals and companies globally. Over 25 million people have benefited from ExpertRating Online Certifications and assessments. ExpertRating is the winner of the Google SME Hero's award for showing outstanding use of technology in delivering trusted services to thousands of people on a daily basis. Our affordable certifications are an excellent way of demonstrating your knowledge and skills to prospective employers as well as vastly boosting your chances of moving ahead in your business or career.
company logos
We deliver over 3 million online certifications and tests annually.
Visit us on YouTube. Expertrating Facebook Channel

Since 2001

Decades of excellence

1100+ Skill Tests

World's largest test inventory

6500+ Companies

Thousands depend on us

25 Million People Tested

10 tests every minute

160 Countries Serviced

Globally Accepted

86% Reorder Rate

Satisfied clients