وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Data Structures and OOP with C++ | CS104, CS105 Masterclass

سرفصل های دوره

Master the art of OOP and data structures using C++. Enroll in CS104, C105 Masterclass now and boost your coding skills!


1 - D4 Introduction to CPP Classes
  • 1 - POD Data Classes
  • 1 - a1-pod-data-classes.zip
  • 2 - Unions in CPP
  • 2 - a2-unions-in-cpp.zip
  • 3 - Methods in Struct
  • 3 - a3-methods-in-struct.zip
  • 4 - Access Controls in CPP
  • 4 - a4-access-controls-in-cpp.zip
  • 5 - Classes and Initializing Class Member
  • 5 - a5-classes-and-initializing-class-member.zip
  • 6 - Constructors
  • 6 - a6-constructors.zip
  • 7 - Destructors in CPP
  • 7 - a7-destructors-in-cpp.zip
  • 8 - Initializers in CPP
  • 8 - a8-initializers-in-cpp.zip

  • 2 - Introduction to Pointers
  • 9 - 11-pointers-in-cpp.zip
  • 9 - Pointers in CPP
  • 10 - C Beginning to Pointers
  • 10 - a1-c-beginning-to-pointers.zip
  • 11 - Dereference Operator in CPP
  • 11 - a2-dereference-operator-in-cpp.zip
  • 12 - Pointers and Arrays
  • 12 - a3-pointers-and-arrays.zip
  • 13 - b2-nullptr.zip
  • 13 - nullptr
  • 14 - Pointer arithmetic in CPP
  • 14 - b3-pointer-arithmetic-in-cpp.zip
  • 15 - Arrays out of bounds and Deallocating Pointers
  • 15 - c1-arrays-out-of-bounds-and-deallocating-pointers.zip
  • 16 - Consts and Casts with Pointers
  • 16 - c2-consts-and-casts-with-pointers.zip
  • 17 - Allocating Memory
  • 17 - c3-allocating-memory.zip
  • 18 - Allocating memory as arrays
  • 18 - c4-allocating-memory-as-arrays.zip
  • 19 - Lifetime of Memory
  • 19 - c5-lifetime-of-memory.zip

  • 3 - STL
  • 20 - STL Vectors and Arrays
  • 20 - a1-stl-vectors-and-arrays.zip

  • 4 - References in CPP
  • 21 - References
  • 21 - a1-references.zip
  • 22 - Example Project With References
  • 22 - a2-example-project-with-references.zip
  • 23 - Code Example with AUTO TUPLE and FOR LOOP
  • 23 - a3-code-example-with-auto-tuple-and-for-loop.zip
  • 24 - Range Based for Loop
  • 24 - a4-range-based-for-loop.zip

  • 5 - Pointers
  • 25 - Pointers in Practice
  • 25 - a1-pointers-in-practice.zip
  • 26 - Pointers in Practice Part 2
  • 26 - a2-pointers-in-practice-part-2.zip
  • 27 - Pointers in Practice Part 3
  • 27 - a3-pointers-in-practice-part-3.zip
  • 28 - Pointers in Practice Part 4
  • 28 - a4-pointers-in-practice-part-4.zip

  • 6 - Functions
  • 29 - Introduction to Functions
  • 29 - a1-introduction-to-functions.zip
  • 30 - Functions Part 1
  • 30 - a2-functiosn-part-1.zip
  • 31 - Functions Part 2
  • 31 - a3-functions-part-2.zip
  • 32 - Functions Part 3
  • 32 - a3-functions-part-2.zip
  • 33 - Functions Part 4
  • 33 - a5-functions-part-4.zip
  • 34 - Functions Part 5
  • 34 - a6-functions-part-5.zip
  • 35 - Functions Part 6
  • 35 - a7-functions-part-6.zip
  • 36 - Functions Part 7

  • 7 - Data Structures in CPP
  • 37 - Introduction to Basic CPP Programming
  • 37 - a1-introduction-to-basic-cpp-programming.zip
  • 38 - Creating Random Card Generator Using Enum and rand
  • 38 - a2-creating-random-card-generator-using-enum-and-rand.zip
  • 39 - Developing main Function and using staticcast
  • 39 - a3-developing-main-function-and-using-static-cast.zip

  • 8 - Data Structures ADT
  • 40 - Introduction to ADT
  • 41 - Creating ADT Class and using Constructors
  • 41 - a2-creating-adt-class-and-using-constructors.zip
  • 42 - Virtual Methods and Overriding from Class
  • 42 - a3-virtual-methods-and-overriding-from-class.zip
  • 43 - Controlling Copy Operations with ADT
  • 43 - a4-controlling-copy-operations-with-adt.zip

  • 9 - Data Structures Templates
  • 44 - Starting with Templates
  • 44 - a1-starting-with-templates.zip
  • 45 - Class Templates in CPP
  • 45 - a2-class-templates-in-cpp.zip

  • 10 - Data Structures STL and Asymptotic Analysis
  • 46 - Introduction to STL
  • 47 - Algorithm Analysis
  • 47 - a2-algorithm-analysis.zip
  • 48 - Scenario Analysis
  • 48 - a3-scenario-analysis.zip
  • 49 - Developing Main
  • 49 - a4-developing-main.zip
  • 50 - Factorial Method
  • 50 - a5-factorial-method.zip

  • 11 - Pointers and Arrays
  • 51 - Understanding Arrays
  • 51 - a1-understanding-arrays.zip
  • 52 - Manipulating Arrays
  • 52 - a2-manipluating-arrays.zip
  • 53 - Starting with Array Pointers
  • 53 - a3-starting-with-array-pointers.zip
  • 54 - Pointer Increment vs Array Indexing
  • 54 - a4-pointer-increment-vs-array-indexing.zip

  • 12 - ADT List
  • 55 - Creating List ADT
  • 55 - a1-creating-list-adt.zip
  • 56 - Developing Get and Insert Methods
  • 56 - a2-developing-get-and-insert-methods.zip
  • 57 - Developing Search and Remove Methods
  • 58 - Testing ADT List

  • 13 - Nodes in Data Structures
  • 59 - Node and Chaining Example
  • 59 - a1-node-and-chaining-example.zip
  • 60 - Creating and Chaining nodes with Different data types
  • 60 - a2-creating-and-chaining-nodes-with-different-data-types.zip

  • 14 - Creating Custom LinkedList
  • 61 - Creating Custom Linked List
  • 61 - a1-creating-custom-linked-list.zip
  • 62 - Get Method
  • 62 - a2-get-method.zip
  • 63 - Developing InsertHead InsertTail and Insert Methods
  • 63 - a3-developing-inserthead-inserttail-and-insert-methods.zip
  • 64 - Developing Search Operation
  • 64 - a4-developing-search-operation.zip
  • 65 - Removing Items
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 8840
    حجم: 3393 مگابایت
    مدت زمان: 508 دقیقه
    تاریخ انتشار: 10 فروردین 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید