C++ in one hour with Coding Exercises
- Description
- Curriculum
- FAQ
- Reviews
Question : What is the best way to learn C++ Programming Language ?
Answer : Practice, a lot of practice.
-
Before working on professional level, it is always a good idea to solve basic daily life coding exercises to build-up your logic and get familiar with in-built functions of C++ Programming.
-
There is NO REQUIREMENT of any cross-platform (Visual Studio, CodeBlocks etc.). You just need a desktop/laptop and start your practice on Udemy inbuilt IDE without any software!!!
-
You will be provided with a complete environment to solve C++ Coding Exercises with their solutions.
-
Our main target will be hands-on experience of C++ coding with a lot of examples and their solutions.
-
We are always there to help you for each exercise 24/7.
Which programming language is often seen as a badge of honor among software developers? C++
Which programming language can you learn that when added to your resume, will often get you a job interview? C++
Which programming language is routinely ranked in the top 5 programming languages by popularity, and been consistently in the top 10 for close to 20 years? C++
Why you should learn C++
Much, if not most of software written today is still written in C++ and this has been the case for many, many years.
Not only is C++ popular, it is also a very relevant language. If you go to GitHub you will see that there are a huge number of active C++ repositories and C++ is also extremely active on stack overflow.
There are many, many leading software titles written entirely or partly in C++. These include the Windows, Linux and Mac OSX operating systems!
Many of the Adobe products such as Photoshop and Illustrator, the mySQL and MongoDB database engines, and many many more are written in C++.
Leading tech companies use C++ for many of their products and internal research and development. These include Amazon, Apple, Microsoft, PayPal, Google, Facebook, Oracle and many more.
Why not get started today?
Click the Signup button to sign up for the course!
-
16Arithmetic OperatorsText lesson
Operators are used to perform operations on variables and values.
-
17Coding ExerciseQuiz
-
18SolutionText lesson
-
19ExplanationVideo lesson
-
20Assignment OperatorsText lesson
Assignment Operators
Assignment operators are used to assign values to variables.
-
21Coding ExerciseQuiz
-
22SolutionText lesson
-
23ExplanationVideo lesson
-
24Comparison OperatorsText lesson
Comparison operators are used to compare two values.
-
25Coding ExerciseQuiz
-
26SolutionText lesson
-
27ExplanationVideo lesson
-
28Logical OperatorsText lesson
Logical operators are used to determine the logic between variables or values.
-
29Coding ExerciseQuiz
-
30SolutionText lesson
-
31ExplanationVideo lesson
-
40String ConcatenationText lesson
The + operator can be used between strings to add them together to make a new string. This is called concatenation:
-
41Coding ExerciseQuiz
-
42SolutionText lesson
-
43ExplanationVideo lesson
-
44String LengthText lesson
To get the length of a string, use the length() function. You might see some C++ programs that use the size() function to get the length of a string. This is just an alias of length(). It is completely up to you if you want to use length() or size().
-
45Coding ExerciseQuiz
-
46SolutionText lesson
-
47ExplanationVideo lesson
External Links May Contain Affiliate Links read more