السلام عليكم
ممكن اعادة الرفع او رابط Torrent
يوجد رابط في المرفق يمكنك تنزيله من أي أداة تنزيل عبر الإنترنت من youtube ،
يرجى قراءة إخلاء المسؤولية: "أنا لا أملك / أخزن أيًا من هذه الدورات."
backup direct link on telegram :
https://t.me/at4redotnet/2976
C Programming For Beginners - Master the C Language
├───001. Introduction
│ 1. Welcome to Class!.mp4
│ 1. Welcome to Class!.vtt
│ 2. Class Organization.mp4
│ 2. Class Organization.vtt
│ 3. Fundamentals of a Program.mp4
│ 3. Fundamentals of a Program.vtt
│ 4. Overview.mp4
│ 4. Overview.vtt
│ 5. Language Features.mp4
│ 5. Language Features.vtt
│ 6. Creating a C Program.mp4
│ 6. Creating a C Program.vtt
│
├───002. Installing Required Software
│ 1. Installing CodeBlocks.mp4
│ 1. Installing CodeBlocks.vtt
│ 2. Installing Visual Studio Code (Mac Users).mp4
│ 2. Installing Visual Studio Code (Mac Users).vtt
│ 6 Simple Memory Techniques.html
│
├───003. Starting to write code
│ 1. Exploring the CodeBlocks Environment.mp4
│ 1. Exploring the CodeBlocks Environment.vtt
│ 2. Creating a Project in CodeBlocks.mp4
│ 2. Creating a Project in CodeBlocks.vtt
│ 3. Creating and running your first C Program.mp4
│ 3. Creating and running your first C Program.vtt
│ 4. (Challenge) Writing a C program that displays your name.mp4
│ 4. (Challenge) Writing a C program that displays your name.vtt
│ 5. (Demonstration) Writing a C program that displays your name.mp4
│ 5. (Demonstration) Writing a C program that displays your name.vtt
│ 5.1 Source code - Starting to write code - (Demonstration) Writing a C program that displays your name.html
│ 6. Structure of a C Program.mp4
│ 6. Structure of a C Program.vtt
│
├───004. Basic Concepts
│ 1. Comments.mp4
│ 1. Comments.vtt
│ 2. The preprocessor.mp4
│ 2. The preprocessor.vtt
│ 3. The #include statement.mp4
│ 3. The #include statement.vtt
│ 4. Displaying Output.mp4
│ 4. Displaying Output.vtt
│ 5. Reading input from the terminal.mp4
│ 5. Reading input from the terminal.vtt
│
├───005. Variables and Data Types
│ 1. Overview.mp4
│ 1. Overview.vtt
│ 2. Basic Data Types.mp4
│ 2. Basic Data Types.vtt
│ 3. Enums and Chars.mp4
│ 3. Enums and Chars.vtt
│ 4. Format Specifiers.mp4
│ 4. Format Specifiers.vtt
│ 5. Command line arguments.mp4
│ 5. Command line arguments.vtt
│ 6. (Challenge) Print the Area of a Rectangle.mp4
│ 6. (Challenge) Print the Area of a Rectangle.vtt
│ 7. (Demonstration) Print the Area of a Rectangle.mp4
│ 7. (Demonstration) Print the Area of a Rectangle.vtt
│ 7.1 Source code - Variables and Data Types - (Demonstration) Print the Area of a Rectangle.html
│ 8. (Challenge) Create and use an enum type.mp4
│ 8. (Challenge) Create and use an enum type.vtt
│ 9. (Demonstration) Create and use an enum type.mp4
│ 9. (Demonstration) Create and use an enum type.vtt
│ 9.1 Source code - Variables and Data Types - (Demonstration) Create and use an enum type.html
│
├───006. Operators
│ 1. Overview.mp4
│ 1. Overview.vtt
│ 2. Basic Operators.mp4
│ 2. Basic Operators.vtt
│ 3. Bitwise Operators.mp4
│ 3. Bitwise Operators.vtt
│ 4. The Cast and sizeof Operators.mp4
│ 4. The Cast and sizeof Operators.vtt
│ 5. Operator Precedence.mp4
│ 5. Operator Precedence.vtt
│ 6. (Challenge) Convert minutes to years and days.mp4
│ 6. (Challenge) Convert minutes to years and days.vtt
│ 7. (Demonstration) Convert minutes to years and days.mp4
│ 7. (Demonstration) Convert minutes to years and days.vtt
│ 7.1 Source code - Operators - (Demonstration) Convert minutes to years and days.html
│ 8. (Challenge) Print the byte size of the basic data types.mp4
│ 8. (Challenge) Print the byte size of the basic data types.vtt
│ 9. (Demonstration) Print the byte size of the basic data types.mp4
│ 9. (Demonstration) Print the byte size of the basic data types.vtt
│ 9.1 Source code - Operators - (Demonstration) Print the byte size of the basic data types.html
│
├───007. Control Flow
│ 1. Overview.mp4
│ 1. Overview.vtt
│ 10. (Demonstration) Guess the Number.mp4
│ 10. (Demonstration) Guess the Number.vtt
│ 10.1 Source code - Control Flow - (Demonstration) Guess the Number.html
│ 2. If Statements.mp4
│ 2. If Statements.vtt
│ 3. Switch Statement.mp4
│ 3. Switch Statement.vtt
│ 4. (Challenge) Determine amount of Pay.mp4
│ 4. (Challenge) Determine amount of Pay.vtt
│ 5. (Demonstration) Determine the amount of weekly Pay.mp4
│ 5. (Demonstration) Determine the amount of weekly Pay.vtt
│ 5.1 Source code - Control Flow - (Demonstration) Determine the amount of weekly Pay.html
│ 6. For Loop.mp4
│ 6. For Loop.vtt
│ 7. While and Do-While.mp4
│ 7. While and Do-While.vtt
│ 8. Nested Loops and loop Control - Break and Continue.mp4
│ 8. Nested Loops and loop Control - Break and Continue.vtt
│ 9. (Challenge) Guess the Number.mp4
│ 9. (Challenge) Guess the Number.vtt
│ LIFX 1100-Lumen.html
│
├───008. Arrays
│ 1. Creating and using Arrays.mp4
│ 1. Creating and using Arrays.vtt
│ 2. Initialization.mp4
│ 2. Initialization.vtt
│ 3. Multidimensional Arrays.mp4
│ 3. Multidimensional Arrays.vtt
│ 4. Variable Length Arrays.mp4
│ 4. Variable Length Arrays.vtt
│ 5. (Challenge) Generate Prime Numbers.mp4
│ 5. (Challenge) Generate Prime Numbers.vtt
│ 6. (Demonstration) Generate Prime Numbers.mp4
│ 6. (Demonstration) Generate Prime Numbers.vtt
│ 6.1 Source code - Arrays - (Demonstration) Generate Prime Numbers.html
│ 7. (Challenge) Create a simple Weather program.mp4
│ 7. (Challenge) Create a simple Weather program.vtt
│ 8. (Demonstration) Create a simple Weather Program.mp4
│ 8. (Demonstration) Create a simple Weather Program.vtt
│ 8.1 Source code - Arrays - (Demonstration) Create a simple Weather program.html
│
├───009. Functions
│ 1. Basics.mp4
│ 1. Basics.vtt
│ 2. Defining Functions.mp4
│ 2. Defining Functions.vtt
│ 3. Arguments and Parameters.mp4
│ 3. Arguments and Parameters.vtt
│ 4. Returning data from functions.mp4
│ 4. Returning data from functions.vtt
│ 5. Local and Global Variables.mp4
│ 5. Local and Global Variables.vtt
│ 6. (Challenge) Write some functions!.mp4
│ 6. (Challenge) Write some functions!.vtt
│ 7. (Demonstration) Write some functions!.mp4
│ 7. (Demonstration) Write some functions!.vtt
│ 7.1 Source code - Functions - (Demonstration) Write some functions!!.html
│ 8. (Challenge) Create a Tic Tac Toe Game.mp4
│ 8. (Challenge) Create a Tic Tac Toe Game.vtt
│ 9. (Demonstration) Create a Tic Tac Toe Game.mp4
│ 9. (Demonstration) Create a Tic Tac Toe Game.vtt
│ 9.1 Source code - Functions - (Demonstration) Create a Tic Tac Toe Game.html
│
├───010. Character Strings
│ 1. Overview.mp4
│ 1. Overview.vtt
│ 10. (Demonstration) Utilizing common string functions.mp4
│ 10. (Demonstration) Utilizing common string functions.vtt
│ 10.1 Source code - Character Strings - (Demonstration) Utilizing common string functions.html
│ 2. Defining a String.mp4
│ 2. Defining a String.vtt
│ 3. Constant Strings.mp4
│ 3. Constant Strings.vtt
│ 4. Common String Functions.mp4
│ 4. Common String Functions.vtt
│ 5. Searching, Tokenizing, and Analyzing Strings.mp4
│ 5. Searching, Tokenizing, and Analyzing Strings.vtt
│ 6. Converting Strings.mp4
│ 6. Converting Strings.vtt
│ 7. (Challenge) Understanding char arrays.mp4
│ 7. (Challenge) Understanding char arrays.vtt
│ 8. (Demonstration) Understanding char arrays.mp4
│ 8. (Demonstration) Understanding char arrays.vtt
│ 8.1 Source code - Character Strings - (Demonstration) Understanding char arrays.html
│ 9. (Challenge) Utilizing common string functions.mp4
│ 9. (Challenge) Utilizing common string functions.vtt
│
├───011. Debugging
│ 1. Overview.mp4
│ 1. Overview.vtt
│ 2. Understanding the call stack.mp4
│ 2. Understanding the call stack.vtt
│ 3. Code Blocks Debugger.mp4
│ 3. Code Blocks Debugger.vtt
│ 4. Common C Mistakes.mp4
│ 4. Common C Mistakes.vtt
│ 5. Understanding Compiler Errors.mp4
│ 5. Understanding Compiler Errors.vtt
│
├───012. Pointers
│ 1. Overview.mp4
│ 1. Overview.vtt
│ 10. Pointer Arithmetic.mp4
│ 10. Pointer Arithmetic.vtt
│ 11. Pointers and Arrays Example.mp4
│ 11. Pointers and Arrays Example.vtt
│ 12. Pointers and Strings.mp4
│ 12. Pointers and Strings.vtt
│ 13. (Challenge) Counting characters in a String.mp4
│ 13. (Challenge) Counting characters in a String.vtt
│ 14. (Demonstration) Counting characters in a string.mp4
│ 14. (Demonstration) Counting characters in a string.vtt
│ 14.1 Source code - Pointers - (Demonstration) Counting characters in a string.html
│ 15. Pass by reference.mp4
│ 15. Pass by reference.vtt
│ 16. (Challenge) Using Pointers as parameters.mp4
│ 16. (Challenge) Using Pointers as parameters.vtt
│ 17. (Demonstration) Using Pointers as parameters.mp4
│ 17. (Demonstration) Using Pointers as parameters.vtt
│ 17.1 Source code - Pointers - (Demonstration) Using Pointers as parameters.html
│ 18. Dynamic Memory Allocation.mp4
│ 18. Dynamic Memory Allocation.vtt
│ 19. malloc, calloc, and realloc.mp4
│ 19. malloc, calloc, and realloc.vtt
│ 2. Defining Pointers.mp4
│ 2. Defining Pointers.vtt
│ 20. (Challenge) Using Dynamic Memory.mp4
│ 20. (Challenge) Using Dynamic Memory.vtt
│ 21. (Demonstration) Using Dynamic Memory.mp4
│ 21. (Demonstration) Using Dynamic Memory.vtt
│ 21.1 Source code - Pointers - (Demonstration) Using Dynamic Memory.html
│ 3. Accessing Pointers.mp4
│ 3. Accessing Pointers.vtt
│ 4. (Challenge) Pointer Basics.mp4
│ 4. (Challenge) Pointer Basics.vtt
│ 5. (Demonstration) Pointer Basics.mp4
│ 5. (Demonstration) Pointer Basics.vtt
│ 5.1 Source code - Pointers - (Demonstration) Pointer Basics.html
│ 6. Using Pointers.mp4
│ 6. Using Pointers.vtt
│ 7. Pointers and const.mp4
│ 7. Pointers and const.vtt
│ 8. void pointers.mp4
│ 8. void pointers.vtt
│ 9. Pointers and Arrays.mp4
│ 9. Pointers and Arrays.vtt
│
├───013. Structures
│ 1. Creating and Using Structures.mp4
│ 1. Creating and Using Structures.vtt
│ 2. Structures and Arrays.mp4
│ 2. Structures and Arrays.vtt
│ 3. Nested Structures.mp4
│ 3. Nested Structures.vtt
│ 4. Structures and Pointers.mp4
│ 4. Structures and Pointers.vtt
│ 5. Structures and Functions.mp4
│ 5. Structures and Functions.vtt
│ 6. (Challenge) Declaring and Initializing a structure.mp4
│ 6. (Challenge) Declaring and Initializing a structure.vtt
│ 7. (Demonstration) Declaring and Initializing a structure.mp4
│ 7. (Demonstration) Declaring and Initializing a structure.vtt
│ 7.1 Source code - Structures - (Demonstration) Declaring and Initializing a structure.html
│ 8. (Challenge) Structure Pointers and Functions.mp4
│ 8. (Challenge) Structure Pointers and Functions.vtt
│ 9. (Demonstration) Structure Pointers and Functions.mp4
│ 9. (Demonstration) Structure Pointers and Functions.vtt
│ 9.1 Source code - Structures - (Demonstration) Structure Pointers and Functions.html
│
├───014. File Input and Output
│ 1. Overview.mp4
│ 1. Overview.vtt
│ 10. (Challenge) Print the contents of a file in reverse order.mp4
│ 10. (Challenge) Print the contents of a file in reverse order.vtt
│ 11. (Demonstration) Print the contents of a file in reverse order.mp4
│ 11. (Demonstration) Print the contents of a file in reverse order.vtt
│ 11.1 Source code - File Input and Output - (Demonstration) Print the contents of a file in reverse order.html
│ 2. Accessing Files.mp4
│ 2. Accessing Files.vtt
│ 3. Reading for a file.mp4
│ 3. Reading for a file.vtt
│ 4. Writing to a file.mp4
│ 4. Writing to a file.vtt
│ 5. Finding your position in a File.mp4
│ 5. Finding your position in a File.vtt
│ 6. (Challenge) Find the number of lines in a file.mp4
│ 6. (Challenge) Find the number of lines in a file.vtt
│ 7. (Demonstration) Find the number of lines in a file.mp4
│ 7. (Demonstration) Find the number of lines in a file.vtt
│ 7.1 Source code - File Input and Output - (Demonstration) Find the number of lines in a file.html
│ 8. (Challenge) Convert characters in a file to uppercase.mp4
│ 8. (Challenge) Convert characters in a file to uppercase.vtt
│ 9. (Demonstration) Convert characters in a file to uppercase.mp4
│ 9. (Demonstration) Convert characters in a file to uppercase.vtt
│ 9.1 Source code - File Input and Output - (Demonstration) Convert characters in a file to uppercase.html
│ Learn How to Use Linux, Linux Mint Cinnamon 20 Bootable 8GB USB Flash Drive.html
│
├───015. The Standard C Library
│ 1. Standard Header Files.mp4
│ 1. Standard Header Files.vtt
│ 2. Various Functions.mp4
│ 2. Various Functions.vtt
│ 3. Math Functions.mp4
│ 3. Math Functions.vtt
│ 4. Utility Functions.mp4
│ 4. Utility Functions.vtt
│
├───016. Conclusion
│ 1. Further Topics of Study.mp4
│ 1. Further Topics of Study.vtt
│ 2. Course Summary.mp4
│ 2. Course Summary.vtt
│ Seagate Portable.html
│
└───017. Bonus Material
1. Bonus - Please Watch!.mp4
1. Bonus - Please Watch!.vtt
2. Check out Our Other 36 Udemy Courses!.html
3. Source Codes.html
BENGOO G9000.html
Python For Beginners.html