Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай C Programming For Beginners - Master the C Language, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:12:23
    Welcome to Class!
  • Урок 2. 00:05:54
    Class Organization
  • Урок 3. 00:17:54
    Fundamentals of a Program
  • Урок 4. 00:13:41
    Overview
  • Урок 5. 00:12:10
    Language Features
  • Урок 6. 00:16:28
    Creating a C Program
  • Урок 7. 00:05:41
    Overview
  • Урок 8. 00:08:11
    Installing the C Compiler (Windows)
  • Урок 9. 00:04:37
    Installing the C Compiler (Mac)
  • Урок 10. 00:12:16
    Installing Code::Blocks (Windows)
  • Урок 11. 00:10:06
    Installing CodeLite (Windows)
  • Урок 12. 00:05:30
    Installing CodeLite (Mac)
  • Урок 13. 00:04:38
    Installing Visual Studio Code and C Extension Linux
  • Урок 14. 00:03:30
    Installing Visual Studio Code and C Extension Windows
  • Урок 15. 00:04:11
    Installing Visual Studio Code and C Extension Mac
  • Урок 16. 00:11:22
    Exploring the Code::Blocks Environment
  • Урок 17. 00:06:01
    Creating a Project in Code::Blocks
  • Урок 18. 00:11:26
    Exploring The Visual Studio Code Environment
  • Урок 19. 00:17:18
    Creating a Workspace and Configuring the Compiler in Visual Studio Code
  • Урок 20. 00:08:03
    Creating and running your first C Program
  • Урок 21. 00:05:15
    (Challenge) Writing a C program that displays your name
  • Урок 22. 00:04:17
    (Demonstration) Writing a C program that displays your name
  • Урок 23. 00:08:47
    Structure of a C Program
  • Урок 24. 00:12:32
    Comments
  • Урок 25. 00:05:01
    The preprocessor
  • Урок 26. 00:12:12
    The #include statement
  • Урок 27. 00:04:13
    Displaying Output
  • Урок 28. 00:16:24
    Reading input from the terminal
  • Урок 29. 00:16:54
    Overview
  • Урок 30. 00:19:07
    Basic Data Types
  • Урок 31. 00:19:24
    Enums and Chars
  • Урок 32. 00:16:08
    Format Specifiers
  • Урок 33. 00:11:17
    Command line arguments
  • Урок 34. 00:07:12
    (Challenge) Print the Area of a Rectangle
  • Урок 35. 00:12:14
    (Demonstration) Print the Area of a Rectangle
  • Урок 36. 00:03:35
    (Challenge) Create and use an enum type
  • Урок 37. 00:08:53
    (Demonstration) Create and use an enum type
  • Урок 38. 00:08:39
    Overview
  • Урок 39. 00:19:56
    Basic Operators
  • Урок 40. 00:24:50
    Bitwise Operators
  • Урок 41. 00:12:44
    The Cast and sizeof Operators
  • Урок 42. 00:09:59
    Operator Precedence
  • Урок 43. 00:03:52
    (Challenge) Convert minutes to years and days
  • Урок 44. 00:11:12
    (Demonstration) Convert minutes to years and days
  • Урок 45. 00:03:06
    (Challenge) Print the byte size of the basic data types
  • Урок 46. 00:05:39
    (Demonstration) Print the byte size of the basic data types
  • Урок 47. 00:08:40
    Overview
  • Урок 48. 00:21:33
    If Statements
  • Урок 49. 00:15:45
    Switch Statement
  • Урок 50. 00:05:00
    (Challenge) Determine amount of Pay
  • Урок 51. 00:18:18
    (Demonstration) Determine the amount of weekly Pay
  • Урок 52. 00:17:50
    For Loop
  • Урок 53. 00:13:05
    While and Do-While
  • Урок 54. 00:11:03
    Nested Loops and loop Control - Break and Continue
  • Урок 55. 00:07:24
    (Challenge) Guess the Number
  • Урок 56. 00:19:17
    (Demonstration) Guess the Number
  • Урок 57. 00:18:37
    Creating and using Arrays
  • Урок 58. 00:10:11
    Initialization
  • Урок 59. 00:12:45
    Multidimensional Arrays
  • Урок 60. 00:04:25
    Variable Length Arrays
  • Урок 61. 00:06:22
    (Challenge) Generate Prime Numbers
  • Урок 62. 00:12:34
    (Demonstration) Generate Prime Numbers
  • Урок 63. 00:05:43
    (Challenge) Create a simple Weather program
  • Урок 64. 00:14:35
    (Demonstration) Create a simple Weather Program
  • Урок 65. 00:13:43
    Basics
  • Урок 66. 00:14:59
    Defining Functions
  • Урок 67. 00:10:41
    Arguments and Parameters
  • Урок 68. 00:13:18
    Returning data from functions
  • Урок 69. 00:10:12
    Local and Global Variables
  • Урок 70. 00:04:50
    (Challenge) Write some functions!
  • Урок 71. 00:21:09
    (Demonstration) Write some functions!
  • Урок 72. 00:06:46
    (Challenge) Create a Tic Tac Toe Game
  • Урок 73. 00:24:07
    (Demonstration) Create a Tic Tac Toe Game
  • Урок 74. 00:08:40
    Overview
  • Урок 75. 00:14:39
    Defining a String
  • Урок 76. 00:07:42
    Constant Strings
  • Урок 77. 00:20:31
    Common String Functions
  • Урок 78. 00:20:08
    Searching, Tokenizing, and Analyzing Strings
  • Урок 79. 00:07:06
    Converting Strings
  • Урок 80. 00:03:33
    (Challenge) Understanding char arrays
  • Урок 81. 00:15:28
    (Demonstration) Understanding char arrays
  • Урок 82. 00:02:13
    (Challenge) Utilizing common string functions
  • Урок 83. 00:16:47
    (Demonstration) Utilizing common string functions
  • Урок 84. 00:21:22
    Overview
  • Урок 85. 00:06:14
    Understanding the call stack
  • Урок 86. 00:12:42
    Code Blocks Debugger
  • Урок 87. 00:13:54
    Common C Mistakes
  • Урок 88. 00:11:32
    Understanding Compiler Errors
  • Урок 89. 00:11:22
    Overview
  • Урок 90. 00:07:46
    Defining Pointers
  • Урок 91. 00:13:02
    Accessing Pointers
  • Урок 92. 00:02:37
    (Challenge) Pointer Basics
  • Урок 93. 00:07:15
    (Demonstration) Pointer Basics
  • Урок 94. 00:20:15
    Using Pointers
  • Урок 95. 00:07:31
    Pointers and const
  • Урок 96. 00:03:20
    void pointers
  • Урок 97. 00:07:21
    Pointers and Arrays
  • Урок 98. 00:17:44
    Pointer Arithmetic
  • Урок 99. 00:07:27
    Pointers and Arrays Example
  • Урок 100. 00:08:51
    Pointers and Strings
  • Урок 101. 00:03:50
    (Challenge) Counting characters in a String
  • Урок 102. 00:09:31
    (Demonstration) Counting characters in a string
  • Урок 103. 00:14:55
    Pass by reference
  • Урок 104. 00:02:15
    (Challenge) Using Pointers as parameters
  • Урок 105. 00:07:42
    (Demonstration) Using Pointers as parameters
  • Урок 106. 00:07:47
    Dynamic Memory Allocation
  • Урок 107. 00:17:45
    malloc, calloc, and realloc
  • Урок 108. 00:02:55
    (Challenge) Using Dynamic Memory
  • Урок 109. 00:10:48
    (Demonstration) Using Dynamic Memory
  • Урок 110. 00:20:01
    Creating and Using Structures
  • Урок 111. 00:11:19
    Structures and Arrays
  • Урок 112. 00:10:05
    Nested Structures
  • Урок 113. 00:20:48
    Structures and Pointers
  • Урок 114. 00:11:28
    Structures and Functions
  • Урок 115. 00:02:05
    (Challenge) Declaring and Initializing a structure
  • Урок 116. 00:08:37
    (Demonstration) Declaring and Initializing a structure
  • Урок 117. 00:03:24
    (Challenge) Structure Pointers and Functions
  • Урок 118. 00:13:48
    (Demonstration) Structure Pointers and Functions
  • Урок 119. 00:10:27
    Overview
  • Урок 120. 00:16:21
    Accessing Files
  • Урок 121. 00:14:51
    Reading for a file
  • Урок 122. 00:09:28
    Writing to a file
  • Урок 123. 00:11:31
    Finding your position in a File
  • Урок 124. 00:02:22
    (Challenge) Find the number of lines in a file
  • Урок 125. 00:07:40
    (Demonstration) Find the number of lines in a file
  • Урок 126. 00:03:24
    (Challenge) Convert characters in a file to uppercase
  • Урок 127. 00:10:30
    (Demonstration) Convert characters in a file to uppercase
  • Урок 128. 00:02:24
    (Challenge) Print the contents of a file in reverse order
  • Урок 129. 00:07:22
    (Demonstration) Print the contents of a file in reverse order
  • Урок 130. 00:03:48
    Standard Header Files
  • Урок 131. 00:12:11
    Various Functions
  • Урок 132. 00:03:22
    Math Functions
  • Урок 133. 00:07:33
    Utility Functions
  • Урок 134. 00:09:41
    Further Topics of Study
  • Урок 135. 00:13:36
    Course Summary
  • Урок 136. 00:04:50
    Bonus Lecture and Information