Torrent Info
Title Lynda - Learning C
Category
Size 385.02MB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
01.Welcome.en.srt 1.39KB
01.Welcome.mp4 4.19MB
02.Understanding the process.en.srt 6.74KB
02.Understanding the process.mp4 5.90MB
03.Obtaining a compiler and IDE.en.srt 5.37KB
03.Obtaining a compiler and IDE.mp4 8.44MB
04.Compiling a sample program.en.srt 8.27KB
04.Compiling a sample program.mp4 9.44MB
05.Reviewing the C language.en.srt 6.69KB
05.Reviewing the C language.mp4 5.75MB
06.Introducing C code.en.srt 5.93KB
06.Introducing C code.mp4 6.18MB
07.Sending text to output.en.srt 4.75KB
07.Sending text to output.mp4 4.59MB
08.Challenge - Add a puts() statement.en.srt 609B
08.Challenge - Add a puts() statement.mp4 621.10KB
09.Solution - Add a puts() statement.en.srt 1.83KB
09.Solution - Add a puts() statement.mp4 2.03MB
10.Adding comments to the code.en.srt 4.78KB
10.Adding comments to the code.mp4 6.92MB
11.Exploring the printf() function.en.srt 3.17KB
11.Exploring the printf() function.mp4 3.33MB
12.Challenge - Add a new line.en.srt 1.26KB
12.Challenge - Add a new line.mp4 1.18MB
13.Solution - Add a new line.en.srt 2.39KB
13.Solution - Add a new line.mp4 2.43MB
14.Working with escape sequences.en.srt 2.82KB
14.Working with escape sequences.mp4 2.59MB
15.Challenge - Use escape sequences.en.srt 945B
15.Challenge - Use escape sequences.mp4 1.08MB
16.Solution - Use escape sequences.en.srt 2.35KB
16.Solution - Use escape sequences.mp4 2.73MB
17.Working with values and placeholders.en.srt 6.93KB
17.Working with values and placeholders.mp4 7.94MB
18.Introducing variables.en.srt 5.23KB
18.Introducing variables.mp4 4.58MB
19.Experimenting with variables.en.srt 4.49KB
19.Experimenting with variables.mp4 5.88MB
20.Using character I_O.en.srt 9.19KB
20.Using character I_O.mp4 10.87MB
21.Exploring the scanf() function.en.srt 6.17KB
21.Exploring the scanf() function.mp4 7.37MB
22.Working with strings.en.srt 8.17KB
22.Working with strings.mp4 9.71MB
23.Understanding arithmetic in C.en.srt 2.78KB
23.Understanding arithmetic in C.mp4 2.87MB
24.Doing math.en.srt 8.27KB
24.Doing math.mp4 10.71MB
25.Making more calculations.en.srt 3.98KB
25.Making more calculations.mp4 4.61MB
26.Challenge - Math quiz.en.srt 959B
26.Challenge - Math quiz.mp4 1.08MB
27.Solution - Math quiz.en.srt 3.75KB
27.Solution - Math quiz.mp4 4.74MB
28.Making a decision with if.en.srt 8.05KB
28.Making a decision with if.mp4 11.21MB
29.Making multiple decisions.en.srt 6.30KB
29.Making multiple decisions.mp4 8.07MB
30.Challenge - Make a decision.en.srt 756B
30.Challenge - Make a decision.mp4 1.57MB
31.Solution - Make a decision.en.srt 3.69KB
31.Solution - Make a decision.mp4 5.55MB
32.Looping with while.en.srt 7.87KB
32.Looping with while.mp4 11.05MB
33.Repeating chunks of code with for.en.srt 5.19KB
33.Repeating chunks of code with for.mp4 5.80MB
34.Challenge - Output a series of numbers.en.srt 606B
34.Challenge - Output a series of numbers.mp4 690.51KB
35.Solution - Output a series of numbers.en.srt 2.94KB
35.Solution - Output a series of numbers.mp4 3.05MB
36.Nested loops.en.srt 4.35KB
36.Nested loops.mp4 5.34MB
37.Understanding functions.en.srt 5.53KB
37.Understanding functions.mp4 5.21MB
38.Adding a function.en.srt 6.24KB
38.Adding a function.mp4 8.54MB
39.Passing values to a function.en.srt 3.66KB
39.Passing values to a function.mp4 5.31MB
40.Challenge - Evaluate a number.en.srt 661B
40.Challenge - Evaluate a number.mp4 751.65KB
41.Solution - Evaluate a number.en.srt 1.96KB
41.Solution - Evaluate a number.mp4 2.28MB
42.Returning a value from a function.en.srt 4.97KB
42.Returning a value from a function.mp4 7.64MB
43.Manipulating single characters.en.srt 6.98KB
43.Manipulating single characters.mp4 11.64MB
44.Using logical operators.en.srt 5.94KB
44.Using logical operators.mp4 7.14MB
45.Manipulating strings.en.srt 8.09KB
45.Manipulating strings.mp4 9.89MB
46.Challenge - Build a string.en.srt 1.08KB
46.Challenge - Build a string.mp4 1010.20KB
47.Solution - Build a string.en.srt 3.41KB
47.Solution - Build a string.mp4 4.96MB
48.Exploring constant expressions.en.srt 7.34KB
48.Exploring constant expressions.mp4 8.02MB
49.Understanding arrays.en.srt 9.07KB
49.Understanding arrays.mp4 10.63MB
50.Creating multidimensional arrays.en.srt 6.15KB
50.Creating multidimensional arrays.mp4 10.63MB
51.Challenge - Add a dimension to an array.en.srt 474B
51.Challenge - Add a dimension to an array.mp4 560.86KB
52.Solution - Add a dimension to an array.en.srt 2.02KB
52.Solution - Add a dimension to an array.mp4 2.43MB
53.Understanding structures.en.srt 8.26KB
53.Understanding structures.mp4 15.70MB
54.Exploring variables.en.srt 7.22KB
54.Exploring variables.mp4 9.15MB
55.Understanding pointers.en.srt 7.56KB
55.Understanding pointers.mp4 8.43MB
56.Using pointers.en.srt 5.73KB
56.Using pointers.mp4 7.57MB
57.Challenge - Create a char pointer.en.srt 1.30KB
57.Challenge - Create a char pointer.mp4 1.55MB
58.Solution - Create a char pointer.en.srt 1.66KB
58.Solution - Create a char pointer.mp4 2.30MB
59.Accessing arrays with pointers.en.srt 7.93KB
59.Accessing arrays with pointers.mp4 17.50MB
60.Creating pointer functions.en.srt 6.66KB
60.Creating pointer functions.mp4 9.58MB
61.Working with pointer arrays.en.srt 5.70KB
61.Working with pointer arrays.mp4 10.41MB
62.Allocating memory.en.srt 6.84KB
62.Allocating memory.mp4 8.79MB
63.Challenge - Write a Hello program.en.srt 580B
63.Challenge - Write a Hello program.mp4 634.13KB
64.Solution - Write a Hello program.en.srt 2.04KB
64.Solution - Write a Hello program.mp4 2.77MB
65.Next steps.en.srt 2.85KB
65.Next steps.mp4 3.66MB
More Downloads!.url 104B
Distribution statistics by country
Total 0
IP List List of IP addresses which were distributed this torrent