|
|
01.Welcome.en.srt
|
SRT
|
1.4 KB
|
|
|
01.Welcome.mp4
|
MP4
|
4.2 MB
|
|
|
02.Understanding the process.en.srt
|
SRT
|
6.7 KB
|
|
|
02.Understanding the process.mp4
|
MP4
|
5.9 MB
|
|
|
03.Obtaining a compiler and IDE.en.srt
|
SRT
|
5.4 KB
|
|
|
03.Obtaining a compiler and IDE.mp4
|
MP4
|
8.4 MB
|
|
|
04.Compiling a sample program.en.srt
|
SRT
|
8.3 KB
|
|
|
04.Compiling a sample program.mp4
|
MP4
|
9.4 MB
|
|
|
05.Reviewing the C language.en.srt
|
SRT
|
6.7 KB
|
|
|
05.Reviewing the C language.mp4
|
MP4
|
5.7 MB
|
|
|
06.Introducing C code.en.srt
|
SRT
|
5.9 KB
|
|
|
06.Introducing C code.mp4
|
MP4
|
6.2 MB
|
|
|
07.Sending text to output.en.srt
|
SRT
|
4.7 KB
|
|
|
07.Sending text to output.mp4
|
MP4
|
4.6 MB
|
|
|
08.Challenge - Add a puts() statement.en.srt
|
SRT
|
614.4 B
|
|
|
08.Challenge - Add a puts() statement.mp4
|
MP4
|
621.1 KB
|
|
|
09.Solution - Add a puts() statement.en.srt
|
SRT
|
1.8 KB
|
|
|
09.Solution - Add a puts() statement.mp4
|
MP4
|
2 MB
|
|
|
10.Adding comments to the code.en.srt
|
SRT
|
4.8 KB
|
|
|
10.Adding comments to the code.mp4
|
MP4
|
6.9 MB
|
|
|
11.Exploring the printf() function.en.srt
|
SRT
|
3.2 KB
|
|
|
11.Exploring the printf() function.mp4
|
MP4
|
3.3 MB
|
|
|
12.Challenge - Add a new line.en.srt
|
SRT
|
1.3 KB
|
|
|
12.Challenge - Add a new line.mp4
|
MP4
|
1.2 MB
|
|
|
13.Solution - Add a new line.en.srt
|
SRT
|
2.4 KB
|
|
|
13.Solution - Add a new line.mp4
|
MP4
|
2.4 MB
|
|
|
14.Working with escape sequences.en.srt
|
SRT
|
2.8 KB
|
|
|
14.Working with escape sequences.mp4
|
MP4
|
2.6 MB
|
|
|
15.Challenge - Use escape sequences.en.srt
|
SRT
|
921.6 B
|
|
|
15.Challenge - Use escape sequences.mp4
|
MP4
|
1.1 MB
|
|
|
16.Solution - Use escape sequences.en.srt
|
SRT
|
2.3 KB
|
|
|
16.Solution - Use escape sequences.mp4
|
MP4
|
2.7 MB
|
|
|
17.Working with values and placeholders.en.srt
|
SRT
|
6.9 KB
|
|
|
17.Working with values and placeholders.mp4
|
MP4
|
7.9 MB
|
|
|
18.Introducing variables.en.srt
|
SRT
|
5.2 KB
|
|
|
18.Introducing variables.mp4
|
MP4
|
4.6 MB
|
|
|
19.Experimenting with variables.en.srt
|
SRT
|
4.5 KB
|
|
|
19.Experimenting with variables.mp4
|
MP4
|
5.9 MB
|
|
|
20.Using character I_O.en.srt
|
SRT
|
9.2 KB
|
|
|
20.Using character I_O.mp4
|
MP4
|
10.9 MB
|
|
|
21.Exploring the scanf() function.en.srt
|
SRT
|
6.2 KB
|
|
|
21.Exploring the scanf() function.mp4
|
MP4
|
7.4 MB
|
|
|
22.Working with strings.en.srt
|
SRT
|
8.2 KB
|
|
|
22.Working with strings.mp4
|
MP4
|
9.7 MB
|
|
|
23.Understanding arithmetic in C.en.srt
|
SRT
|
2.8 KB
|
|
|
23.Understanding arithmetic in C.mp4
|
MP4
|
2.9 MB
|
|
|
24.Doing math.en.srt
|
SRT
|
8.3 KB
|
|
|
24.Doing math.mp4
|
MP4
|
10.7 MB
|
|
|
25.Making more calculations.en.srt
|
SRT
|
4 KB
|
|
|
25.Making more calculations.mp4
|
MP4
|
4.6 MB
|
|
|
26.Challenge - Math quiz.en.srt
|
SRT
|
921.6 B
|
|
|
26.Challenge - Math quiz.mp4
|
MP4
|
1.1 MB
|
|
|
27.Solution - Math quiz.en.srt
|
SRT
|
3.8 KB
|
|
|
27.Solution - Math quiz.mp4
|
MP4
|
4.7 MB
|
|
|
28.Making a decision with if.en.srt
|
SRT
|
8 KB
|
|
|
28.Making a decision with if.mp4
|
MP4
|
11.2 MB
|
|
|
29.Making multiple decisions.en.srt
|
SRT
|
6.3 KB
|
|
|
29.Making multiple decisions.mp4
|
MP4
|
8.1 MB
|
|
|
30.Challenge - Make a decision.en.srt
|
SRT
|
716.8 B
|
|
|
30.Challenge - Make a decision.mp4
|
MP4
|
1.6 MB
|
|
|
31.Solution - Make a decision.en.srt
|
SRT
|
3.7 KB
|
|
|
31.Solution - Make a decision.mp4
|
MP4
|
5.5 MB
|
|
|
32.Looping with while.en.srt
|
SRT
|
7.9 KB
|
|
|
32.Looping with while.mp4
|
MP4
|
11 MB
|
|
|
33.Repeating chunks of code with for.en.srt
|
SRT
|
5.2 KB
|
|
|
33.Repeating chunks of code with for.mp4
|
MP4
|
5.8 MB
|
|
|
34.Challenge - Output a series of numbers.en.srt
|
SRT
|
614.4 B
|
|
|
34.Challenge - Output a series of numbers.mp4
|
MP4
|
690.5 KB
|
|
|
35.Solution - Output a series of numbers.en.srt
|
SRT
|
2.9 KB
|
|
|
35.Solution - Output a series of numbers.mp4
|
MP4
|
3 MB
|
|
|
36.Nested loops.en.srt
|
SRT
|
4.4 KB
|
|
|
36.Nested loops.mp4
|
MP4
|
5.3 MB
|
|
|
37.Understanding functions.en.srt
|
SRT
|
5.5 KB
|
|
|
37.Understanding functions.mp4
|
MP4
|
5.2 MB
|
|
|
38.Adding a function.en.srt
|
SRT
|
6.2 KB
|
|
|
38.Adding a function.mp4
|
MP4
|
8.5 MB
|
|
|
39.Passing values to a function.en.srt
|
SRT
|
3.7 KB
|
|
|
39.Passing values to a function.mp4
|
MP4
|
5.3 MB
|
|
|
40.Challenge - Evaluate a number.en.srt
|
SRT
|
614.4 B
|
|
|
40.Challenge - Evaluate a number.mp4
|
MP4
|
751.6 KB
|
|
|
41.Solution - Evaluate a number.en.srt
|
SRT
|
2 KB
|
|
|
41.Solution - Evaluate a number.mp4
|
MP4
|
2.3 MB
|
|
|
42.Returning a value from a function.en.srt
|
SRT
|
5 KB
|
|
|
42.Returning a value from a function.mp4
|
MP4
|
7.6 MB
|
|
|
43.Manipulating single characters.en.srt
|
SRT
|
7 KB
|
|
|
43.Manipulating single characters.mp4
|
MP4
|
11.6 MB
|
|
|
44.Using logical operators.en.srt
|
SRT
|
5.9 KB
|
|
|
44.Using logical operators.mp4
|
MP4
|
7.1 MB
|
|
|
45.Manipulating strings.en.srt
|
SRT
|
8.1 KB
|
|
|
45.Manipulating strings.mp4
|
MP4
|
9.9 MB
|
|
|
46.Challenge - Build a string.en.srt
|
SRT
|
1.1 KB
|
|
|
47.Solution - Build a string.en.srt
|
SRT
|
3.4 KB
|
|
|
47.Solution - Build a string.mp4
|
MP4
|
5 MB
|
|
|
48.Exploring constant expressions.en.srt
|
SRT
|
7.3 KB
|
|
|
48.Exploring constant expressions.mp4
|
MP4
|
8 MB
|
|
|
49.Understanding arrays.en.srt
|
SRT
|
9.1 KB
|
|
|
49.Understanding arrays.mp4
|
MP4
|
10.6 MB
|
|
|
50.Creating multidimensional arrays.en.srt
|
SRT
|
6.2 KB
|
|
|
50.Creating multidimensional arrays.mp4
|
MP4
|
10.6 MB
|
|
|
51.Challenge - Add a dimension to an array.en.srt
|
SRT
|
512 B
|
|
|
51.Challenge - Add a dimension to an array.mp4
|
MP4
|
560.9 KB
|
|
|
52.Solution - Add a dimension to an array.en.srt
|
SRT
|
2 KB
|
|
|
52.Solution - Add a dimension to an array.mp4
|
MP4
|
2.4 MB
|
|
|
53.Understanding structures.en.srt
|
SRT
|
8.3 KB
|
|
|
53.Understanding structures.mp4
|
MP4
|
15.7 MB
|
|
|
54.Exploring variables.en.srt
|
SRT
|
7.2 KB
|
|
|
54.Exploring variables.mp4
|
MP4
|
9.1 MB
|
|
|
55.Understanding pointers.en.srt
|
SRT
|
7.6 KB
|
|
|
55.Understanding pointers.mp4
|
MP4
|
8.4 MB
|
|
|
56.Using pointers.en.srt
|
SRT
|
5.7 KB
|
|
|
56.Using pointers.mp4
|
MP4
|
7.6 MB
|
|
|
57.Challenge - Create a char pointer.en.srt
|
SRT
|
1.3 KB
|
|
|
57.Challenge - Create a char pointer.mp4
|
MP4
|
1.6 MB
|
|
|
58.Solution - Create a char pointer.en.srt
|
SRT
|
1.7 KB
|
|
|
58.Solution - Create a char pointer.mp4
|
MP4
|
2.3 MB
|
|
|
59.Accessing arrays with pointers.en.srt
|
SRT
|
7.9 KB
|
|
|
59.Accessing arrays with pointers.mp4
|
MP4
|
17.5 MB
|
|
|
60.Creating pointer functions.en.srt
|
SRT
|
6.7 KB
|
|
|
60.Creating pointer functions.mp4
|
MP4
|
9.6 MB
|
|
|
61.Working with pointer arrays.en.srt
|
SRT
|
5.7 KB
|
|
|
61.Working with pointer arrays.mp4
|
MP4
|
10.4 MB
|
|
|
62.Allocating memory.en.srt
|
SRT
|
6.8 KB
|
|
|
62.Allocating memory.mp4
|
MP4
|
8.8 MB
|
|
|
63.Challenge - Write a Hello program.en.srt
|
SRT
|
614.4 B
|
|
|
63.Challenge - Write a Hello program.mp4
|
MP4
|
634.1 KB
|
|
|
64.Solution - Write a Hello program.en.srt
|
SRT
|
2 KB
|
|
|
64.Solution - Write a Hello program.mp4
|
MP4
|
2.8 MB
|
|
|
65.Next steps.en.srt
|
SRT
|
2.8 KB
|
|
|
65.Next steps.mp4
|
MP4
|
3.7 MB
|