Other

C Programming For Beginners - Master the C Language

  • Download Faster
  • Download torrent
  • Direct Download
  • Rate this torrent +  |  -
C Programming For Beginners - Master the C Language

Download Anonymously! Get Protected Today And Get your 70% discount


Torrent info

Name:C Programming For Beginners - Master the C Language

Infohash: 354A8764CE3BD99785AD52F712097958006F4747

Total Size: 3.35 GB

Seeds: 0

Leechers: 1

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2026-01-14 17:09:40 (Update Now)

Torrent added: 2020-11-08 17:30:38






Torrent Files List


freecoursesource.com.txt (Size: 3.35 GB) (Files: 279)

 freecoursesource.com.txt

0.00 KB

 7. Control Flow

  10. (Demonstration) Guess the Number.mp4

190.27 MB

  1. Overview.mp4

16.61 MB

  1. Overview.vtt

11.34 KB

  2. If Statements.mp4

39.80 MB

  2. If Statements.vtt

28.70 KB

  3. Switch Statement.mp4

32.93 MB

  3. Switch Statement.vtt

20.70 KB

  4. (Challenge) Determine amount of Pay.mp4

9.72 MB

  4. (Challenge) Determine amount of Pay.vtt

6.17 KB

  5. (Demonstration) Determine the amount of weekly Pay.mp4

30.50 MB

  5. (Demonstration) Determine the amount of weekly Pay.vtt

22.27 KB

  5.1 Source code - Control Flow - (Demonstration) Determine the amount of weekly Pay.html

0.14 KB

  6. For Loop.mp4

40.40 MB

  6. For Loop.vtt

24.36 KB

  7. While and Do-While.mp4

24.11 MB

  7. While and Do-While.vtt

18.43 KB

  8. Nested Loops and loop Control - Break and Continue.mp4

20.82 MB

  8. Nested Loops and loop Control - Break and Continue.vtt

14.51 KB

  9. (Challenge) Guess the Number.mp4

13.59 MB

  9. (Challenge) Guess the Number.vtt

10.53 KB

  10. (Demonstration) Guess the Number.vtt

21.70 KB

  10.1 Source code - Control Flow - (Demonstration) Guess the Number.html

0.14 KB

 1. Introduction

  1. Welcome to Class!.vtt

16.73 KB

  2. Class Organization.mp4

11.07 MB

  2. Class Organization.vtt

8.16 KB

  3. Fundamentals of a Program.mp4

34.17 MB

  3. Fundamentals of a Program.vtt

24.68 KB

  4. Overview.mp4

25.70 MB

  4. Overview.vtt

18.40 KB

  5. Language Features.mp4

22.84 MB

  5. Language Features.vtt

16.24 KB

  6. Creating a C Program.mp4

32.63 MB

  6. Creating a C Program.vtt

22.74 KB

  1. Welcome to Class!.mp4

22.37 MB

 2. Installing Required Software

  1. Installing CodeBlocks.mp4

20.68 MB

  1. Installing CodeBlocks.vtt

8.42 KB

  2. Installing Visual Studio Code (Mac Users).mp4

38.17 MB

  2. Installing Visual Studio Code (Mac Users).vtt

8.60 KB

 3. Starting to write code

  1. Exploring the CodeBlocks Environment.mp4

18.75 MB

  1. Exploring the CodeBlocks Environment.vtt

15.06 KB

  2. Creating a Project in CodeBlocks.mp4

9.20 MB

  2. Creating a Project in CodeBlocks.vtt

6.99 KB

  3. Creating and running your first C Program.mp4

14.14 MB

  3. Creating and running your first C Program.vtt

9.90 KB

  4. (Challenge) Writing a C program that displays your name.mp4

9.34 MB

  4. (Challenge) Writing a C program that displays your name.vtt

7.82 KB

  5. (Demonstration) Writing a C program that displays your name.mp4

7.36 MB

  5. (Demonstration) Writing a C program that displays your name.vtt

5.44 KB

  5.1 Source code - Starting to write code - (Demonstration) Writing a C program that displays your name.html

0.14 KB

  6. Structure of a C Program.mp4

51.24 MB

  6. Structure of a C Program.vtt

10.82 KB

 4. Basic Concepts

  1. Comments.mp4

24.01 MB

  1. Comments.vtt

16.96 KB

  2. The preprocessor.mp4

9.57 MB

  2. The preprocessor.vtt

6.54 KB

  3. The #include statement.mp4

22.80 MB

  3. The #include statement.vtt

16.31 KB

  4. Displaying Output.mp4

8.30 MB

  4. Displaying Output.vtt

5.42 KB

  5. Reading input from the terminal.mp4

90.94 MB

  5. Reading input from the terminal.vtt

21.82 KB

 5. Variables and Data Types

  1. Overview.mp4

83.36 MB

  1. Overview.vtt

21.89 KB

  2. Basic Data Types.mp4

93.19 MB

  2. Basic Data Types.vtt

22.74 KB

  3. Enums and Chars.mp4

28.63 MB

  3. Enums and Chars.vtt

23.57 KB

  4. Format Specifiers.mp4

114.92 MB

  4. Format Specifiers.vtt

19.85 KB

  5. Command line arguments.mp4

19.43 MB

  5. Command line arguments.vtt

14.34 KB

  6. (Challenge) Print the Area of a Rectangle.mp4

10.36 MB

  6. (Challenge) Print the Area of a Rectangle.vtt

9.65 KB

  7. (Demonstration) Print the Area of a Rectangle.mp4

21.91 MB

  7. (Demonstration) Print the Area of a Rectangle.vtt

15.28 KB

  7.1 Source code - Variables and Data Types - (Demonstration) Print the Area of a Rectangle.html

0.14 KB

  8. (Challenge) Create and use an enum type.mp4

5.48 MB

  8. (Challenge) Create and use an enum type.vtt

4.51 KB

  9. (Demonstration) Create and use an enum type.mp4

20.76 MB

  9. (Demonstration) Create and use an enum type.vtt

10.82 KB

  9.1 Source code - Variables and Data Types - (Demonstration) Create and use an enum type.html

0.14 KB

 6. Operators

  1. Overview.mp4

12.27 MB

  1. Overview.vtt

12.02 KB

  2. Basic Operators.mp4

46.85 MB

  2. Basic Operators.vtt

46.87 MB

  3. Bitwise Operators.mp4

158.07 MB

  3. Bitwise Operators.vtt

28.85 KB

  4. The Cast and sizeof Operators.mp4

23.82 MB

  4. The Cast and sizeof Operators.vtt

17.18 KB

  5. Operator Precedence.mp4

18.27 MB

  5. Operator Precedence.vtt

13.21 KB

  6. (Challenge) Convert minutes to years and days.mp4

7.39 MB

  6. (Challenge) Convert minutes to years and days.vtt

5.07 KB

  7. (Demonstration) Convert minutes to years and days.mp4

19.25 MB

  7. (Demonstration) Convert minutes to years and days.vtt

13.56 KB

  7.1 Source code - Operators - (Demonstration) Convert minutes to years and days.html

0.14 KB

  8. (Challenge) Print the byte size of the basic data types.mp4

5.81 MB

  8. (Challenge) Print the byte size of the basic data types.vtt

4.21 KB

  9. (Demonstration) Print the byte size of the basic data types.mp4

11.75 MB

  9. (Demonstration) Print the byte size of the basic data types.vtt

4.70 KB

  9.1 Source code - Operators - (Demonstration) Print the byte size of the basic data types.html

0.14 KB

 8. Arrays

  1. Creating and using Arrays.mp4

39.01 MB

  1. Creating and using Arrays.vtt

22.62 KB

  2. Initialization.mp4

50.94 MB

  2. Initialization.vtt

12.64 KB

  3. Multidimensional Arrays.mp4

18.79 MB

  3. Multidimensional Arrays.vtt

15.45 KB

  4. Variable Length Arrays.mp4

6.70 MB

  4. Variable Length Arrays.vtt

5.49 KB

  5. (Challenge) Generate Prime Numbers.mp4

9.14 MB

  5. (Challenge) Generate Prime Numbers.vtt

8.16 KB

  6. (Demonstration) Generate Prime Numbers.mp4

21.39 MB

  6. (Demonstration) Generate Prime Numbers.vtt

15.08 KB

  6.1 Source code - Arrays - (Demonstration) Generate Prime Numbers.html

0.14 KB

  7. (Challenge) Create a simple Weather program.mp4

8.19 MB

  7. (Challenge) Create a simple Weather program.vtt

6.89 KB

  8. (Demonstration) Create a simple Weather Program.mp4

26.28 MB

  8. (Demonstration) Create a simple Weather Program.vtt

16.63 KB

  8.1 Source code - Arrays - (Demonstration) Create a simple Weather program.html

0.14 KB

 9. Functions

  1. Basics.mp4

19.70 MB

  1. Basics.vtt

19.49 KB

  2. Defining Functions.mp4

23.26 MB

  2. Defining Functions.vtt

20.41 KB

  3. Arguments and Parameters.mp4

15.27 MB

  3. Arguments and Parameters.vtt

14.42 KB

  4. Returning data from functions.mp4

19.09 MB

  4. Returning data from functions.vtt

19.09 MB

  5. Local and Global Variables.mp4

14.85 MB

  5. Local and Global Variables.vtt

13.89 KB

  6. (Challenge) Write some functions!.mp4

14.86 MB

  6. (Challenge) Write some functions!.vtt

6.60 KB

  7. (Demonstration) Write some functions!.mp4

38.57 MB

  7. (Demonstration) Write some functions!.vtt

38.60 MB

  7.1 Source code - Functions - (Demonstration) Write some functions!!.html

0.14 KB

  8. (Challenge) Create a Tic Tac Toe Game.mp4

9.62 MB

  8. (Challenge) Create a Tic Tac Toe Game.vtt

9.44 KB

  9. (Demonstration) Create a Tic Tac Toe Game.mp4

45.65 MB

  9. (Demonstration) Create a Tic Tac Toe Game.vtt

29.95 KB

  9.1 Source code - Functions - (Demonstration) Create a Tic Tac Toe Game.html

0.14 KB

 10. Character Strings

  1. Overview.mp4

42.34 MB

  1. Overview.vtt

11.03 KB

  2. Defining a String.mp4

27.54 MB

  2. Defining a String.vtt

19.63 KB

  3. Constant Strings.mp4

15.02 MB

  3. Constant Strings.vtt

9.88 KB

  4. Common String Functions.mp4

34.07 MB

  4. Common String Functions.vtt

24.98 KB

  5. Searching, Tokenizing, and Analyzing Strings.mp4

42.62 MB

  5. Searching, Tokenizing, and Analyzing Strings.vtt

42.65 MB

  6. Converting Strings.mp4

14.30 MB

  6. Converting Strings.vtt

7.92 KB

  7. (Challenge) Understanding char arrays.mp4

5.07 MB

  7. (Challenge) Understanding char arrays.vtt

4.96 KB

  8. (Demonstration) Understanding char arrays.mp4

28.91 MB

  8. (Demonstration) Understanding char arrays.vtt

15.54 KB

  8.1 Source code - Character Strings - (Demonstration) Understanding char arrays.html

0.14 KB

  9. (Challenge) Utilizing common string functions.mp4

4.37 MB

  9. (Challenge) Utilizing common string functions.vtt

2.44 KB

  10. (Demonstration) Utilizing common string functions.mp4

30.70 MB

  10. (Demonstration) Utilizing common string functions.vtt

16.36 KB

  10.1 Source code - Character Strings - (Demonstration) Utilizing common string functions.html

0.14 KB

 11. Debugging

  1. Overview.mp4

38.09 MB

  1. Overview.vtt

28.75 KB

  2. Understanding the call stack.mp4

12.54 MB

  2. Understanding the call stack.vtt

8.25 KB

  3. Code Blocks Debugger.mp4

24.70 MB

  3. Code Blocks Debugger.vtt

16.24 KB

  4. Common C Mistakes.mp4

20.38 MB

  4. Common C Mistakes.vtt

17.71 KB

  5. Understanding Compiler Errors.mp4

17.55 MB

  5. Understanding Compiler Errors.vtt

16.19 KB

 12. Pointers

  1. Overview.mp4

17.03 MB

  1. Overview.vtt

14.64 KB

  2. Defining Pointers.mp4

11.36 MB

  2. Defining Pointers.vtt

10.03 KB

  3. Accessing Pointers.mp4

20.76 MB

  3. Accessing Pointers.vtt

16.28 KB

  4. (Challenge) Pointer Basics.mp4

5.04 MB

  4. (Challenge) Pointer Basics.vtt

3.60 KB

  5. (Demonstration) Pointer Basics.mp4

12.20 MB

  5. (Demonstration) Pointer Basics.vtt

8.59 KB

  5.1 Source code - Pointers - (Demonstration) Pointer Basics.html

0.14 KB

  6. Using Pointers.mp4

30.74 MB

  6. Using Pointers.vtt

30.76 MB

  7. Pointers and const.mp4

15.05 MB

  7. Pointers and const.vtt

9.98 KB

  8. void pointers.mp4

6.38 MB

  8. void pointers.vtt

4.33 KB

  9. Pointers and Arrays.mp4

40.19 MB

  9. Pointers and Arrays.vtt

9.47 KB

  10. Pointer Arithmetic.mp4

35.39 MB

  10. Pointer Arithmetic.vtt

23.22 KB

  11. Pointers and Arrays Example.mp4

64.85 MB

  11. Pointers and Arrays Example.vtt

8.76 KB

  12. Pointers and Strings.mp4

16.21 MB

  12. Pointers and Strings.vtt

11.42 KB

  13. (Challenge) Counting characters in a String.mp4

6.24 MB

  13. (Challenge) Counting characters in a String.vtt

5.06 KB

  14. (Demonstration) Counting characters in a string.mp4

16.00 MB

  14. (Demonstration) Counting characters in a string.vtt

11.63 KB

  14.1 Source code - Pointers - (Demonstration) Counting characters in a string.html

0.14 KB

  15. Pass by reference.mp4

22.47 MB

  15. Pass by reference.vtt

19.35 KB

  16. (Challenge) Using Pointers as parameters.mp4

3.08 MB

  16. (Challenge) Using Pointers as parameters.vtt

2.93 KB

  17. (Demonstration) Using Pointers as parameters.mp4

13.39 MB

  17. (Demonstration) Using Pointers as parameters.vtt

9.95 KB

  17.1 Source code - Pointers - (Demonstration) Using Pointers as parameters.html

0.14 KB

  18. Dynamic Memory Allocation.mp4

11.48 MB

  18. Dynamic Memory Allocation.vtt

10.80 KB

  19. malloc, calloc, and realloc.mp4

27.58 MB

  19. malloc, calloc, and realloc.vtt

24.09 KB

  20. (Challenge) Using Dynamic Memory.mp4

4.29 MB

  20. (Challenge) Using Dynamic Memory.vtt

3.91 KB

  21. (Demonstration) Using Dynamic Memory.mp4

17.76 MB

  21. (Demonstration) Using Dynamic Memory.vtt

13.12 KB

  21.1 Source code - Pointers - (Demonstration) Using Dynamic Memory.html

0.14 KB

 13. Structures

  1. Creating and Using Structures.mp4

29.90 MB

  1. Creating and Using Structures.vtt

26.83 KB

  2. Structures and Arrays.mp4

17.22 MB

  2. Structures and Arrays.vtt

15.60 KB

  3. Nested Structures.mp4

14.97 MB

  3. Nested Structures.vtt

14.99 MB

  4. Structures and Pointers.mp4

30.87 MB

  4. Structures and Pointers.vtt

27.79 KB

  5. Structures and Functions.mp4

17.39 MB

  5. Structures and Functions.vtt

17.40 MB

  6. (Challenge) Declaring and Initializing a structure.mp4

3.29 MB

  6. (Challenge) Declaring and Initializing a structure.vtt

2.80 KB

  7. (Demonstration) Declaring and Initializing a structure.mp4

15.85 MB

  7. (Demonstration) Declaring and Initializing a structure.vtt

9.69 KB

  7.1 Source code - Structures - (Demonstration) Declaring and Initializing a structure.html

0.14 KB

  8. (Challenge) Structure Pointers and Functions.mp4

5.94 MB

  8. (Challenge) Structure Pointers and Functions.vtt

4.68 KB

  9. (Demonstration) Structure Pointers and Functions.mp4

24.72 MB

  9. (Demonstration) Structure Pointers and Functions.vtt

16.35 KB

  9.1 Source code - Structures - (Demonstration) Structure Pointers and Functions.html

0.14 KB

 14. File Input and Output

  1. Overview.mp4

15.87 MB

  1. Overview.vtt

13.99 KB

  2. Accessing Files.mp4

24.25 MB

  2. Accessing Files.vtt

22.84 KB

  3. Reading for a file.mp4

25.35 MB

  3. Reading for a file.vtt

19.00 KB

  4. Writing to a file.mp4

49.54 MB

  4. Writing to a file.vtt

11.75 KB

  5. Finding your position in a File.mp4

22.45 MB

  5. Finding your position in a File.vtt

14.19 KB

  6. (Challenge) Find the number of lines in a file.mp4

4.56 MB

  6. (Challenge) Find the number of lines in a file.vtt

3.04 KB

  7. (Demonstration) Find the number of lines in a file.mp4

14.44 MB

  7. (Demonstration) Find the number of lines in a file.vtt

8.79 KB

  7.1 Source code - File Input and Output - (Demonstration) Find the number of lines in a file.html

0.14 KB

  8. (Challenge) Convert characters in a file to uppercase.mp4

6.53 MB

  8. (Challenge) Convert characters in a file to uppercase.vtt

4.18 KB

  9. (Demonstration) Convert characters in a file to uppercase.mp4

19.30 MB

  9. (Demonstration) Convert characters in a file to uppercase.vtt

10.89 KB

  9.1 Source code - File Input and Output - (Demonstration) Convert characters in a file to uppercase.html

0.14 KB

  10. (Challenge) Print the contents of a file in reverse order.mp4

4.59 MB

  10. (Challenge) Print the contents of a file in reverse order.vtt

2.74 KB

  11. (Demonstration) Print the contents of a file in reverse order.mp4

13.85 MB

  11. (Demonstration) Print the contents of a file in reverse order.vtt

8.22 KB

  11.1 Source code - File Input and Output - (Demonstration) Print the contents of a file in reverse order.html

0.14 KB

 15. The Standard C Library

  1. Standard Header Files.mp4

7.65 MB

  1. Standard Header Files.vtt

5.12 KB

  2. Various Functions.mp4

18.85 MB

  2. Various Functions.vtt

15.92 KB

  3. Math Functions.mp4

6.80 MB

  3. Math Functions.vtt

4.25 KB

  4. Utility Functions.mp4

14.13 MB

  4. Utility Functions.vtt

9.87 KB

 16. Conclusion

  1. Further Topics of Study.mp4

16.73 MB

  1. Further Topics of Study.vtt

13.00 KB

  2. Course Summary.mp4

58.18 MB

  2. Course Summary.vtt

19.08 KB

 17. Bonus Material

  1. Bonus - Please Watch!.mp4

6.91 MB

  1. Bonus - Please Watch!.vtt

1.47 KB

  2. Check out Our Other 36 Udemy Courses!.html

1.48 KB

  3. Source Codes.html

5.34 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch C Programming For Beginners - Master the C Language Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu