very fast compared to other programming languages. It's
commonly used in advanced graphics applications such as
adobe applications and video editing software. There is a
learning curve with c plus plus but if you can learn it it 's worth
it there's two things you 'll need to get started. Downloading a
new c plus plus file is easy for Linux and mac users.
Downloading the cpp extension is a great way to get a c plus
file to work with. Follow the installation instructions on this
website under step 5 we will type pack man dash capital s y.
We 'll have to find the bin folder of mingw it 's likely going to be
within your c drive go to msys64 mingw64 bin then copy this
address we 'll need to add that path to the windows path
environment variable to do so search settings settings then
just hit enter proceed with the installation type yes type y
enter again then give it a moment then close out of this
window.
, A quick introduction to getting started with c plus i 'll post this
code in the comment section down below if you would like a
copy of it down below. The video was created to show how to
create and using a variable declaration and assignment. The
code was created with a declaration to declare a variable
declaring and assignment declaration. There's different data
types depending on what you need to store within a variable. In
programming programming you can store more than just
numbers but can store characters even whole sentences. To
display a variable we can use standard output c out we will
display x and let 's see what we have there 's our value five. is
a double this is a number including decimal including decimal
a few examples of a double would be maybe a price there 's
dollars and cents double price equals 10. 99 what about a gpa a
grade point average that includes a decimal double gpa equals
2. 5 uh then maybe a temperature double temperature equals
25. 1. To store a single character you use single quotes this
student has an a two more examples.