-
Урок 1. 00:12:23Welcome to Class!
-
Урок 2. 00:05:54Class Organization
-
Урок 3. 00:17:54Fundamentals of a Program
-
Урок 4. 00:13:41Overview
-
Урок 5. 00:12:10Language Features
-
Урок 6. 00:16:28Creating a C Program
-
Урок 7. 00:05:41Overview
-
Урок 8. 00:08:11Installing the C Compiler (Windows)
-
Урок 9. 00:04:37Installing the C Compiler (Mac)
-
Урок 10. 00:12:16Installing Code::Blocks (Windows)
-
Урок 11. 00:10:06Installing CodeLite (Windows)
-
Урок 12. 00:05:30Installing CodeLite (Mac)
-
Урок 13. 00:04:38Installing Visual Studio Code and C Extension Linux
-
Урок 14. 00:03:30Installing Visual Studio Code and C Extension Windows
-
Урок 15. 00:04:11Installing Visual Studio Code and C Extension Mac
-
Урок 16. 00:11:22Exploring the Code::Blocks Environment
-
Урок 17. 00:06:01Creating a Project in Code::Blocks
-
Урок 18. 00:11:26Exploring The Visual Studio Code Environment
-
Урок 19. 00:17:18Creating a Workspace and Configuring the Compiler in Visual Studio Code
-
Урок 20. 00:08:03Creating 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:47Structure of a C Program
-
Урок 24. 00:12:32Comments
-
Урок 25. 00:05:01The preprocessor
-
Урок 26. 00:12:12The #include statement
-
Урок 27. 00:04:13Displaying Output
-
Урок 28. 00:16:24Reading input from the terminal
-
Урок 29. 00:16:54Overview
-
Урок 30. 00:19:07Basic Data Types
-
Урок 31. 00:19:24Enums and Chars
-
Урок 32. 00:16:08Format Specifiers
-
Урок 33. 00:11:17Command 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:39Overview
-
Урок 39. 00:19:56Basic Operators
-
Урок 40. 00:24:50Bitwise Operators
-
Урок 41. 00:12:44The Cast and sizeof Operators
-
Урок 42. 00:09:59Operator 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:40Overview
-
Урок 48. 00:21:33If Statements
-
Урок 49. 00:15:45Switch Statement
-
Урок 50. 00:05:00(Challenge) Determine amount of Pay
-
Урок 51. 00:18:18(Demonstration) Determine the amount of weekly Pay
-
Урок 52. 00:17:50For Loop
-
Урок 53. 00:13:05While and Do-While
-
Урок 54. 00:11:03Nested 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:37Creating and using Arrays
-
Урок 58. 00:10:11Initialization
-
Урок 59. 00:12:45Multidimensional Arrays
-
Урок 60. 00:04:25Variable 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:43Basics
-
Урок 66. 00:14:59Defining Functions
-
Урок 67. 00:10:41Arguments and Parameters
-
Урок 68. 00:13:18Returning data from functions
-
Урок 69. 00:10:12Local 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:40Overview
-
Урок 75. 00:14:39Defining a String
-
Урок 76. 00:07:42Constant Strings
-
Урок 77. 00:20:31Common String Functions
-
Урок 78. 00:20:08Searching, Tokenizing, and Analyzing Strings
-
Урок 79. 00:07:06Converting 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:22Overview
-
Урок 85. 00:06:14Understanding the call stack
-
Урок 86. 00:12:42Code Blocks Debugger
-
Урок 87. 00:13:54Common C Mistakes
-
Урок 88. 00:11:32Understanding Compiler Errors
-
Урок 89. 00:11:22Overview
-
Урок 90. 00:07:46Defining Pointers
-
Урок 91. 00:13:02Accessing Pointers
-
Урок 92. 00:02:37(Challenge) Pointer Basics
-
Урок 93. 00:07:15(Demonstration) Pointer Basics
-
Урок 94. 00:20:15Using Pointers
-
Урок 95. 00:07:31Pointers and const
-
Урок 96. 00:03:20void pointers
-
Урок 97. 00:07:21Pointers and Arrays
-
Урок 98. 00:17:44Pointer Arithmetic
-
Урок 99. 00:07:27Pointers and Arrays Example
-
Урок 100. 00:08:51Pointers 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:55Pass by reference
-
Урок 104. 00:02:15(Challenge) Using Pointers as parameters
-
Урок 105. 00:07:42(Demonstration) Using Pointers as parameters
-
Урок 106. 00:07:47Dynamic Memory Allocation
-
Урок 107. 00:17:45malloc, calloc, and realloc
-
Урок 108. 00:02:55(Challenge) Using Dynamic Memory
-
Урок 109. 00:10:48(Demonstration) Using Dynamic Memory
-
Урок 110. 00:20:01Creating and Using Structures
-
Урок 111. 00:11:19Structures and Arrays
-
Урок 112. 00:10:05Nested Structures
-
Урок 113. 00:20:48Structures and Pointers
-
Урок 114. 00:11:28Structures 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:27Overview
-
Урок 120. 00:16:21Accessing Files
-
Урок 121. 00:14:51Reading for a file
-
Урок 122. 00:09:28Writing to a file
-
Урок 123. 00:11:31Finding 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:48Standard Header Files
-
Урок 131. 00:12:11Various Functions
-
Урок 132. 00:03:22Math Functions
-
Урок 133. 00:07:33Utility Functions
-
Урок 134. 00:09:41Further Topics of Study
-
Урок 135. 00:13:36Course Summary
-
Урок 136. 00:04:50Bonus Lecture and Information
- Категории
- Источники
- Все курсы
- Разделы
- Книги
Сам курс хороший.