الفريق العربي للهندسة العكسية

نسخة كاملة : FULL Ꞇ0deWiԷhMosԨ - UԼtiꭑ@te C++
أنت حالياً تتصفح نسخة خفيفة من المنتدى . مشاهدة نسخة كاملة مع جميع الأشكال الجمالية .
[صورة مرفقة: 128383135-210777607283724-8238622407463275907-n.jpg]




[صورة مرفقة: sqfsqf.png]

[صورة مرفقة: sdgsdgsdg.png]

 Big Grin



├───1.Fundamentals
│   │   0001_1_Welcome.mp4
│   │   0002_2_Course_Structure.mp4
│   │   0003_1_Introduction_to_C.mp4
│   │   0004_2_Popular_IDEs.mp4
│   │   0005_3_Your_First_C_Program.mp4
│   │   0006_4_Compiling_and_Running_a_C_Program.mp4
│   │   0007_5_Changing_the_Theme.mp4
│   │   0008_1_Introduction.mp4
│   │   0009_2_Variables.mp4
│   │   0010_3_Constants.mp4
│   │   0011_4_Naming_Conventions.mp4
│   │   0012_5_Mathematical_Expressions.mp4
│   │   0013_6_Order_of_Operators.mp4
│   │   0014_7_Writing_Output_to_the_Console.mp4
│   │   0015_8_Reading_from_the_Console.mp4
│   │   0016_9_Working_with_the_Standard_Library.mp4
│   │   0017_10_Comments.mp4
│   │   0018_1_Introduction.mp4
│   │   0019_2_Fundamental_Data_Types.mp4
│   │   0020_3_Initializing_Variables.mp4
│   │   0021_4_Working_with_Numbers.mp4
│   │   0022_5_Narrowing.mp4
│   │   0023_6_Generating_Random_Numbers.mp4
│   │   0024_7_Formatting_Output.mp4
│   │   0025_8_Data_Types_Size_and_Limits.mp4
│   │   0026_9_Working_with_Booleans.mp4
│   │   0027_10_Working_with_Characters_and_Strings.mp4
│   │   0028_11_Working_with_Arrays.mp4
│   │   0029_12_Type_Conversion.mp4
│   │   0030_1_Introduction.mp4
│   │   0031_2_Comparison_Operators.mp4
│   │   0032_3_Logical_Operators.mp4
│   │   0033_4_Order_of_Logical_Operators.mp4
│   │   0034_5_If_Statements.mp4
│   │   0035_6_Nested_If_Statements.mp4
│   │   0036_7_The_Conditional_Operator.mp4
│   │   0037_8_The_Switch_Statement.mp4
│   │   0038_1_Introduction.mp4
│   │   0039_2_The_for_Loop.mp4
│   │   0040_3_Range_based_for_Loops.mp4
│   │   0041_4_While_Loops.mp4
│   │   0042_5_Do_while_Loops.mp4
│   │   0043_6_Break_and_Continue_Statements.mp4
│   │   0044_7_Nested_Loops.mp4
│   │   0045_1_Introduction.mp4
│   │   0046_2_Defining_and_Calling_Functions.mp4
│   │   0047_3_Parameters_with_a_Default_Value.mp4
│   │   0048_4_Overloading_Functions.mp4
│   │   0049_5_Passing_Arguments_by_Value_or_Reference.mp4
│   │   0050_6_Local_vs_Global_Variables.mp4
│   │   0051_7_Declaring_Functions.mp4
│   │   0052_8_Organizing_Functions_in_Files.mp4
│   │   0053_9_Using_Namespaces.mp4
│   │   0054_10_Debugging_C_Programs.mp4
│   │   0055_13_Course_Wrap_Up.mp4
│   │
│   └───Resource PDF
│           PDF_1.pdf
│           PDF_2.pdf
│           PDF_3.pdf
│           PDF_4.pdf
│           PDF_5.pdf
│           PDF_6.pdf
│           PDF_7.pdf

├───2. Intermediate
│   │   0001_1_Welcome.mp4
│   │   0002_1_Introduction.mp4
│   │   0003_2_Creating_and_Initializing_Arrays.mp4
│   │   0004_3_Determining_the_Size_of_Arrays.mp4
│   │   0005_4_Copying_Arrays.mp4
│   │   0006_5_Comparing_Arrays.mp4
│   │   0007_6_Passing_Arrays_to_Functions.mp4
│   │   0008_7_Understanding_size_t.mp4
│   │   0009_8_Unpacking_Arrays.mp4
│   │   0010_9_Searching_Arrays.mp4
│   │   0011_10_Sorting_Arrays.mp4
│   │   0012_11_Multi_dimensional_Arrays.mp4
│   │   0013_1_Introduction.mp4
│   │   0014_2_What_is_a_Pointer.mp4
│   │   0015_3_Declaring_and_Using_Pointers.mp4
│   │   0016_4_Constant_Pointers.mp4
│   │   0017_5_Passing_Pointers_to_Functions.mp4
│   │   0018_6_The_Relationship_Between_Arrays_and_Pointers.mp4
│   │   0019_7_Pointer_Arithmetic.mp4
│   │   0020_8_Comparing_Pointers.mp4
│   │   0021_9_Dynamic_Memory_Allocation.mp4
│   │   0022_10_Dynamically_Resizing_an_Array.mp4
│   │   0023_11_Smart_Pointers.mp4
│   │   0024_12_Working_with_Unique_Pointers.mp4
│   │   0025_13_Working_with_Shared_Pointers.mp4
│   │   0026_1_Introduction.mp4
│   │   0027_2_C_Strings.mp4
│   │   0028_3_C_Strings.mp4
│   │   0029_4_Modifying_Strings.mp4
│   │   0030_5_Searching_Strings.mp4
│   │   0031_6_Extracting_Substrings.mp4
│   │   0032_7_Working_with_Characters.mp4
│   │   0033_8_String_Numeric_Conversion_Functions.mp4
│   │   0034_9_Escape_Sequences.mp4
│   │   0035_10_Raw_Strings.mp4
│   │   0036_1_Introduction.mp4
│   │   0037_2_Defining_Structures.mp4
│   │   0038_3_Initializing_Structures.mp4
│   │   0039_4_Unpacking_Structures.mp4
│   │   0040_5_Array_of_Structures.mp4
│   │   0041_6_Nesting_Structures.mp4
│   │   0042_7_Comparing_Structures.mp4
│   │   0043_8_Working_with_Methods.mp4
│   │   0044_9_Operator_Overloading.mp4
│   │   0045_10_Structures_and_Functions.mp4
│   │   0046_11_Pointers_to_Structures.mp4
│   │   0047_12_Defining_Enumerations.mp4
│   │   0048_13_Strongly_Typed_Enumerations.mp4
│   │   0049_1_Introduction.mp4
│   │   0050_2_Understanding_Streams.mp4
│   │   0051_3_Writing_to_Streams.mp4
│   │   0052_4_Reading_from_Streams.mp4
│   │   0053_5_Handling_Input_Errors.mp4
│   │   0054_6_File_Streams.mp4
│   │   0055_7_Writing_to_Text_Files.mp4
│   │   0056_8_Reading_from_Text_Files.mp4
│   │   0057_9_Writing_to_Binary_Files.mp4
│   │   0058_10_Reading_from_Binary_Files.mp4
│   │   0059_11_Working_with_File_Streams.mp4
│   │   0060_12_String_Streams.mp4
│   │   0061_13_Converting_Values_to_Strings.mp4
│   │   0062_14_Parsing_Strings.mp4
│   │
│   └───Resources PDF
│           PDF_1.pdf
│           PDF_2.pdf
│           PDF_3.pdf
│           PDF_4.pdf
│           PDF_5.pdf
│           PDF_6.pdf

└───3. Advanced
         1__ 1- Welcome.mp4
         2__ 1- Introduction.mp4
         3__ 2- An Introduction to Object-oriented Programming.mp4
         4__ 3- Defining a Class.mp4
         5__ 4- Creating Objects.mp4
         6__ 5- Access Modifiers.mp4
         7__ 6- Getters and Setters.mp4
         8__ 7- Constructors.mp4
         9__ 8- Member Initializer List.mp4
        10__ 9- The Default Constructor.mp4
        11__ 10- Using the Explicit Keyword.mp4
        12__ 11- Constructor Delegation.mp4
        13__ 12- The Copy Constructor.mp4
        14__ 13- The Destructor.mp4
        15__ 14- Static Members.mp4
        16__ 15- Constant Objects and Functions.mp4
        17__ 16- Pointer to Objects.mp4
        18__ 17- Array of Objects.mp4
        19__ 1- Introduction.mp4
        20__ 2- Overloading the Equality Operator.mp4
        21__ 3- Overloading the Comparison Operators.mp4
        22__ 4- Overloading the Spaceship Operator.mp4
        23__ 5- Overloading the Stream Insertion Operator.mp4
        24__ 6- Overloading the Stream Extraction Operator.mp4
        25__ 7- Friends of Classes.mp4
        26__ 8- Overloading the Arithmetic Operators.mp4
        27__ 9- Overloading Compound Assignment Operators.mp4
        28__ 10- Overloading the Assignment Operator.mp4
        29__ 11- Overloading Unary Operators.mp4
        30__ 12- Overloading the Subscript Operator.mp4
        31__ 13- Overloading the Indirection Operator.mp4
        32__ 14- Overloading Type Conversions.mp4
        33__ 15- Inline Functions.mp4
        34__ 1- Introduction.mp4
        35__ 2- Inheritance.mp4
        36__ 3- Protected Members.mp4
        37__ 4- Constructors and Inheritance.mp4
        38__ 5- Destructors and Inheritance.mp4
        39__ 6- Conversion between Base and Derived Classesp.mp4
        40__ 7- Overriding Methods.mp4
        41__ 8- Polymorphism.mp4
        42__ 9- Polymorphic Collections.mp4
        43__ 10- Virtual Destructors.mp4
        44__ 11- Abstract Classes.mp4
        45__ 12- Final Classes and Methods.mp4
        46__ 13- Deep Inheritance Hierarchies.mp4
        47__ 14- Multiple Inheritance.mp4
        48__ 1- Introduction.mp4
        49__ 2- What are Exceptions.mp4
        50__ 3- Throwing an Exception.mp4
        51__ 4- Catching an Exception.mp4
        52__ 5- Catching Multiple Exceptions.mp4
        53__ 6- Where to Catch Exceptions.mp4
        54__ 7- Rethrowing an Exception.mp4
        55__ 8- Creating Custom Exceptions.mp4
        56__ 1- Introduction.mp4
        57__ 2- Defining a Function Template.mp4
        58__ 3- Explicit Type Arguments.mp4
        59__ 4- Templates with Multiple Parameters.mp4
        60__ 5- Defining a Class Template.mp4
        61__ 6- A More Complex Class Template.mp4
        62__ 9- What's Next.mp4



========================  DOWЍLϘAD ======================
 
https://t.me/c/2115258413/27


OR
 
https://usersdrive.com/bt5ihgmzvaj2.html
https://usersdrive.com/hqnr8f9wwqr5.html
https://usersdrive.com/abcxdtqfvsx7.html



=======================================================

 
nice