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