From 23b2098441b68945b7ce6ea821fb59b8eac17428 Mon Sep 17 00:00:00 2001 From: Sayed94h Date: Fri, 22 Dec 2023 23:24:37 +0100 Subject: [PATCH] ver101 --- README.md | 56 ++++++++- index.html | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 405 insertions(+), 2 deletions(-) create mode 100644 index.html diff --git a/README.md b/README.md index c37a352..77601bf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,54 @@ -# Cplusplus-full-course-for-beginners -Learn C++ from very basics to Object Oriented Programming, Classes, Objects and much more. Learn All the fundamentals and core concepts of C++ Programming language. +# Cplusplus Full Course for Beginners + +Learn C++ from very basics up to and including Object Oriented Programming, Classes, Objects and much more. Learn All the fundamentals and core concepts of C++ Programming language. + +Follow the course: + +On this [Website](https://coding-aqyanoos.github.io/Cplusplus-full-course-for-beginners/) or On [YouTube](https://youtu.be/yn1qZsQlyWs). + + +> _Thanks for Supporting our YouTube Channel_ + +### Table of Content + Timing + + + + +## Have fun Learning programming. diff --git a/index.html b/index.html new file mode 100644 index 0000000..006e0a0 --- /dev/null +++ b/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + C++ Full Course for Beginners + + + + + + +
+ We are sharing our knowledge about Computers, Programming and Coding for Free. + Check out our YouTube Channel. +
+
+
+

C++ Full Course for Beginners

+
+
+

+ In this course you will learn all the core concepts and all the fundemantals of C++ Programming + Language from + very basics to very advance. By the end of this course you will be a professional C++ Developer. +

+

+ In this course you will learn everthing you need to know to work on any C++ projects with confidence + in the work environment or in the production. +

+ +

+ The course is designed to make you a professional C++ developer in a fast and efficient way. If you + learn more than 80% of what I teach you in this course, I guarantee that you will be a professional C++ + programmer by the end of this video. I wish you Success and have fun learning with me. +

+ +

+ You can watch the video here below or on YouTube by clicking on this link https://youtu.be/yn1qZsQlyWs. + +

+

+ Check out the course overview (Things you will learn in this course) here. +

+ + + + +
+ +
+ +
+ +
+ + +
+

Table of Content

+

These are what you will learn in this full course. At the left side you can see the timing as + well.

+ +
    +
  • 0:00 Intro
  • +
  • 2:08 Installing C++ Compiler
  • +
  • 4:44 Write Your First C++ Program
  • +
  • 6:23 How to Compile and Execute a C++ Program?
  • +
  • 8:28 The Syntax of C++
  • +
  • 12:20 Comments in C++
  • +
  • 13:28 Variables in C++
  • +
  • 15:53 Naming Conventions in C++
  • +
  • 20:26 Constants in C++
  • +
  • 21:12 Inputs and Outputs
  • +
  • 23:31 Data Types in C++
  • +
  • 33:36 Type Conversions in C++
  • +
  • 39:53 String and String Methods in C++
  • +
  • 46:06 Escape Sequences
  • +
  • 51:11 Operators in C++
  • +
  • 1:04:46 Order of Operations in C++
  • +
  • 1:07:51 Conditionals in C++ or if else statements in C++
  • +
  • 1:16:18 Project in C++: Build a Basic Calculator in C++
  • +
  • 1:38:57 Switch statements in C++
  • +
  • 1:41:18 Loops in C++
  • +
  • 1:41:41 While Loop in C++
  • +
  • 1:47:01 Do While Loop in C++
  • +
  • 1:48:14 For Loop in C++
  • +
  • 1:51:10 Nested Loops. How to print matrix in the console in two dimensions?
  • +
  • 1:53:35 Arrays in C++
  • +
  • 1:55:06 For each Loop in C++
  • +
  • 1:57:51 Break and Continue in C++
  • +
  • 1:59:52 Structures in C++
  • +
  • 2:05:33 References in C++
  • +
  • 2:08:21 Pointers in C++
  • +
  • 2:11:44 Functions in C++
  • +
  • 2:16:13 C++ Project: Build a currency convertor app
  • +
  • 2:19:03 Interesting Information About C++
  • +
  • 2:19:54 C++ Object Oriented Programming
  • +
  • 2:35:20 C++ Project: Create A Product Management App
  • +
  • 2:50:22 Thanks and Final Words
  • +
+ +

Enjoy Learning Programming. Have fun and make sure to take enough breaks when you are behind computer. + Take care!

+
+
+ +
+
+ + + + \ No newline at end of file