Gaza, a piece of our soul. ❤️🇵🇸

C++ | Jenny's Lectures CS IT

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Warm Welcome to Jenny's Lectures. On This Channel we are focusing on creating tutorials for engineers, software developers, programmers, Coders, undergraduates, graduates. We cover topics for all different skill levels, so whether you are a beginner or have some years of experience, this channel will have something for you.. We've already uploaded a wide variety of videos on topics that include: C, C++, Python, Computer Science Fundamentals, Computer Science subjects like OS, DBMS, Data Struct

تفاصيل الكورس

  • دروس الكورس73
  • مدة الكورس23س 5د
  • عدد الطلاب3
  • اللغةEnglish
  • لا يحتاج متطلب سابق
  • (1)
  • ادرس الكورس مجانا

دروس الكورس

  1. 1 | Lec 00: C++ complete course Content Overview C++ tutorials for Beginners 00:08:54
  2. 2 | Lec 1: How to Install and Set Visual Studio Code and MinGW Compiler for C and C++ C++ Tutorials 00:27:47
  3. 3 | Lec 2: What is Object Oriented Programming (OOP) POP vs OOP C++ Tutorials for Beginners 00:15:36
  4. 4 | Lec 3: OOPs Concepts in C++ Object Oriented Programming Pillars C++ Tutorials for Beginners 00:29:30
  5. 5 | Lec 4: Introduction to C++ Programming C++ Tutorials for Beginners 00:10:01
  6. 6 | Lec 5: Features of C++ Programming Language C++ Tutorials for Beginners 00:17:42
  7. 7 | Lec 6: History of C++ C++ Tutorials for Beginners 00:11:54
  8. 8 | Lec 7: Basic Structure of a C++ Program C++ Tutorials for Beginners 00:27:06
  9. 9 | Lec 8: Variables and Constants in C++ C++ Tutorials for Beginners 00:24:04
  10. 10 | Lec 9: Keywords and Identifiers in C++ C++ Tutorials for Beginners 00:15:50
  11. 11 | Lec 10: DataTypes with Type Modifiers in C++ - part 1 int Data Type C++ Tutorials for Beginners 00:25:36
  12. 12 | Lec 11: Data Types in C++ - part 2 float Data Type C++ Tutorials for Beginners 00:25:52
  13. 13 | Lec 12: Data Types in C++ - part 3 char Data Type C++ Tutorials for Beginners 00:18:58
  14. 14 | Lec 13: Wide Character (wchar_t) Data Type in C++ C++ Tutorials for Beginners 00:15:31
  15. 15 | Lec14: bool and void Data Types in C++ C++ Tutorials for beginners 00:18:44
  16. 16 | Lec 15: Input and Output in C++ C++ Tutorials for Beginners 00:18:49
  17. 17 | Lec 16: Operators in C++ Programming- part1 Arithmetic and Relational C++ Tutorials for Beginners 00:22:33
  18. 18 | Lec 17: Operators in C++ Programming - part2 Logical and Bitwise C++ Tutorials for Beginners 00:21:29
  19. 19 | Lec 18: Operators in C++ - Part3 Assignment and Miscellaneous operators 00:14:46
  20. 20 | Lec 19: Operators Precedence and Associativity in C++ - part 1 C++ Tutorials for Beginners 00:19:26
  21. 21 | Lec 20: Operators Precedence and Associativity in C++ - part2 C++ Tutorials for Beginners 00:19:51
  22. 22 | Lec 21: C++ Control Structures - part 1 if statement C++ Tutorials for Beginners 00:25:54
  23. 23 | Lec 22: C++ Control Structures -part 2 if else Statement C++ Tutorials for Beginners 00:18:26
  24. 24 | Lec 23: C++ Control Structures -part3 else if ladder Statements C++ Tutorials for Beginners 00:15:19
  25. 25 | Lec 24: C++ Control Structures - part4 Nested if and Nested if else C++ Tutorials for Beginners 00:15:47
  26. 26 | Lec 25: Switch Case statement in C++ Programming C++ Tutorials for Beginners 00:25:02
  27. 27 | Lec 26: Introduction to Loops in C++ C++ Tutorials for Beginners 00:15:22
  28. 28 | Lec 27: Loops in C++ for loop in detail C++ Tutorials for Beginners 00:18:16
  29. 29 | Lec 28: Properties of for loop in C++ C++ Tutorials for Beginners 00:21:58
  30. 30 | Lec 29: Coding Exercise with Solution for beginners in C++ Exercise #1 00:09:48
  31. 31 | Lec 30: While Loop in C++ C++ Tutorials for Beginners 00:19:23
  32. 32 | Lec 31: Coding Exercise for Beginners with Solution While Loop in C++ part2 00:14:41
  33. 33 | Lec 32 do-while Loop in C++ C++ Tutorials for Beginners 00:21:22
  34. 34 | Lec 33: Coding Exercise for Beginners with Solution do-while loop in C++ 00:23:09
  35. 35 | Range based for loop in C++ C++ Tutorials for Beginners #lec34 00:18:27
  36. 36 | Coding Exercise for Beginners with Solution Range Based for loop in C++ C++ for beginners #lec35 00:08:02
  37. 37 | break statement in C++ C++ Tutorials for Beginners #lec36 00:22:22
  38. 38 | continue statement in C++ C++ Tutorials for Beginners #lec37 00:15:08
  39. 39 | Coding Exercise for Beginners with Solution C++ for Beginners #lec38 00:04:41
  40. 40 | Infinite Loop in C++ C++ Tutorials for Beginners #lec39 00:10:54
  41. 41 | C++ Nested Loops Need of Nested Loop C++ Tutorials for Beginners #lec40 00:13:11
  42. 42 | Coding Exercise for Beginners with Solution C++ for Beginners #lec41 00:11:45
  43. 43 | Introduction to Arrays in C++ C++ Tutorials for Beginners #lec42 00:23:36
  44. 44 | Memory Representation and Accessing Array Elements in c++ c++Tutorials for Beginners #lec43 00:26:17
  45. 45 | Coding Exercise on Arrays LeetCode Problems with Solution C++ Tutorials for Beginners #lec44 00:36:01
  46. 46 | Introduction to 2D (Two Dimensional) Arrays in c++ c++ Tutorials for Beginners #lec45 00:27:24
  47. 47 | Addressing in One Dimensional Array 1D Array C++ Placement Course #lec46 00:06:18
  48. 48 | Memory Representation of 2D Array How to access Array elements c++ for Beginners #lec47 00:10:33
  49. 49 | 2D Arrays Addressing in 2D (Two Dimensional) Array C++ Course #lec48 00:21:37
  50. 50 | Coding Exercise for beginners in Solution 2D Arrays C++ Tutorials for Beginners #lec49 00:06:13
  51. 51 | Vectors in C++ STL Part 1 STL for Beginners C++ Tutorials for Beginners #lec50 00:30:37
  52. 52 | How to Access and Modify Vector Elements Vectors Part 2 C++ Tutorials for Beginners #lec51 00:10:38
  53. 53 | Vectors in C++ Part 3 Iterators and Modifiers in Vectors STL for Beginners #lec52 00:36:17
  54. 54 | Coding Exercises on Vectors with Solution STL Vectors C++ Tutorials for Beginners #lec53 00:12:29
  55. 55 | Pairs in C++ Vectors and Pairs STL for Beginners #lec54 00:19:45
  56. 56 | Vector of Pairs in C++ STL for Beginners C++ Complete Course #lecture55 00:15:46
  57. 57 | Coding Exercise on Vector of Pairs STL in C++ #lec56 00:06:40
  58. 58 | Vector of Vectors & Array of Vectors in C++ STL in C++ C++ Placement Course #lecture57 00:30:22
  59. 59 | Introduction to Strings in C++ part 1 C style Strings C++ Placement Course #lecture58 00:24:34
  60. 60 | C++ Strings Introduction getline function part 2 C++ placement Course #lecture59 00:22:25
  61. 61 | C++ Strings Member functions Part 3 C++ Placement Course #lecture60 00:21:13
  62. 62 | Coding Exercise on Strings with Solution C++ Placement Course #lecture61 00:09:22
  63. 63 | Coding Exercise on Strings with Solution Substitution Cipher C++ Placement Course #lecture62 00:20:14
  64. 64 | Solving Pyramid Pattern Question C++ Placement Course #lecture63 00:22:49
  65. 65 | Functions in C++ Introduction to Functions C++ Placement Course Lecture 64 00:40:10
  66. 66 | Call by Value & Call by Reference in C++ C++ Placement Course Lecture 65 00:27:57
  67. 67 | Default Arguments in C++ C++ Placement Course Lecture 66 00:17:01
  68. 68 | Function Overloading in C++ C++ Placement Course Lecture 67 00:25:19
  69. 69 | Practice Problems on Functions Lecture 68 C++ Placement Course 00:19:28
  70. 70 | Coding Exercise on Functions Practice Questions with Answers C++ Placement Course lecture 69 00:08:56
  71. 71 | Passing an Array to a Function in C++ C++ Placement Course Lecture 70 00:21:11
  72. 72 | Coding Exercise on Passing Array to a Function C++ Placement Course lecture 71 00:13:18
  73. 73 | How Function Call Works What is Call Stack C++ Programming Course Lecture72 00:12:13
    تقييمات الطلاب

    ( 5 من 5 )

    ١ تقييمات
    5 نجوم
    100%
    4 نجوم
    0%
    3 نجوم
    0%
    نجمتين
    0%
    نجمة
    0%
    Y
    youtube

    06-09-2024