BITCQ

Learning C

Size: 385 MB
Magnet link

Name Size
Learning C/6.5. Advanced Concepts/59.Accessing arrays with pointers.mp4 17.5 MB
Learning C/1.Introduction/01.Welcome.mp4 4.2 MB
Learning C/2.1. Hello World/02.Understanding the process.en.srt 7 KB
Learning C/2.1. Hello World/02.Understanding the process.mp4 5.9 MB
Learning C/2.1. Hello World/03.Obtaining a compiler and IDE.en.srt 5 KB
Learning C/2.1. Hello World/03.Obtaining a compiler and IDE.mp4 8.4 MB
Learning C/2.1. Hello World/04.Compiling a sample program.en.srt 8 KB
Learning C/2.1. Hello World/04.Compiling a sample program.mp4 9.4 MB
Learning C/2.1. Hello World/05.Reviewing the C language.en.srt 7 KB
Learning C/2.1. Hello World/05.Reviewing the C language.mp4 5.7 MB
Learning C/3.2. The Basics/06.Introducing C code.en.srt 6 KB
Learning C/3.2. The Basics/06.Introducing C code.mp4 6.2 MB
Learning C/3.2. The Basics/07.Sending text to output.en.srt 5 KB
Learning C/3.2. The Basics/07.Sending text to output.mp4 4.6 MB
Learning C/3.2. The Basics/08.Challenge - Add a puts() statement.en.srt 609 B
Learning C/3.2. The Basics/08.Challenge - Add a puts() statement.mp4 621 KB
Learning C/3.2. The Basics/09.Solution - Add a puts() statement.en.srt 2 KB
Learning C/3.2. The Basics/09.Solution - Add a puts() statement.mp4 2 MB
Learning C/3.2. The Basics/10.Adding comments to the code.en.srt 5 KB
Learning C/3.2. The Basics/10.Adding comments to the code.mp4 6.9 MB
Learning C/3.2. The Basics/11.Exploring the printf() function.en.srt 3 KB
Learning C/3.2. The Basics/11.Exploring the printf() function.mp4 3.3 MB
Learning C/3.2. The Basics/12.Challenge - Add a new line.en.srt 1 KB
Learning C/3.2. The Basics/12.Challenge - Add a new line.mp4 1.2 MB
Learning C/3.2. The Basics/13.Solution - Add a new line.en.srt 2 KB
Learning C/3.2. The Basics/13.Solution - Add a new line.mp4 2.4 MB
Learning C/3.2. The Basics/14.Working with escape sequences.en.srt 3 KB
Learning C/3.2. The Basics/14.Working with escape sequences.mp4 2.6 MB
Learning C/3.2. The Basics/15.Challenge - Use escape sequences.en.srt 945 B
Learning C/3.2. The Basics/15.Challenge - Use escape sequences.mp4 1.1 MB
Learning C/3.2. The Basics/16.Solution - Use escape sequences.en.srt 2 KB
Learning C/3.2. The Basics/16.Solution - Use escape sequences.mp4 2.7 MB
Learning C/3.2. The Basics/17.Working with values and placeholders.en.srt 7 KB
Learning C/3.2. The Basics/17.Working with values and placeholders.mp4 7.9 MB
Learning C/3.2. The Basics/18.Introducing variables.en.srt 5 KB
Learning C/3.2. The Basics/18.Introducing variables.mp4 4.6 MB
Learning C/3.2. The Basics/19.Experimenting with variables.en.srt 4 KB
Learning C/3.2. The Basics/19.Experimenting with variables.mp4 5.9 MB
Learning C/3.2. The Basics/20.Using character I_O.en.srt 9 KB
Learning C/3.2. The Basics/20.Using character I_O.mp4 10.9 MB
Learning C/3.2. The Basics/21.Exploring the scanf() function.en.srt 6 KB
Learning C/3.2. The Basics/21.Exploring the scanf() function.mp4 7.4 MB
Learning C/3.2. The Basics/22.Working with strings.en.srt 8 KB
Learning C/3.2. The Basics/22.Working with strings.mp4 9.7 MB
Learning C/3.2. The Basics/23.Understanding arithmetic in C.en.srt 3 KB
Learning C/3.2. The Basics/23.Understanding arithmetic in C.mp4 2.9 MB
Learning C/3.2. The Basics/24.Doing math.en.srt 8 KB
Learning C/3.2. The Basics/24.Doing math.mp4 10.7 MB
Learning C/3.2. The Basics/25.Making more calculations.en.srt 4 KB
Learning C/3.2. The Basics/25.Making more calculations.mp4 4.6 MB
Learning C/3.2. The Basics/26.Challenge - Math quiz.en.srt 959 B
Learning C/3.2. The Basics/26.Challenge - Math quiz.mp4 1.1 MB
Learning C/3.2. The Basics/27.Solution - Math quiz.en.srt 4 KB
Learning C/3.2. The Basics/27.Solution - Math quiz.mp4 4.7 MB
Learning C/4.3. Flow Control/28.Making a decision with if.en.srt 8 KB
Learning C/4.3. Flow Control/28.Making a decision with if.mp4 11.2 MB
Learning C/4.3. Flow Control/29.Making multiple decisions.en.srt 6 KB
Learning C/4.3. Flow Control/29.Making multiple decisions.mp4 8.1 MB
Learning C/4.3. Flow Control/30.Challenge - Make a decision.en.srt 756 B
Learning C/4.3. Flow Control/30.Challenge - Make a decision.mp4 1.6 MB
Learning C/4.3. Flow Control/31.Solution - Make a decision.en.srt 4 KB
Learning C/4.3. Flow Control/31.Solution - Make a decision.mp4 5.5 MB
Learning C/4.3. Flow Control/32.Looping with while.en.srt 8 KB
Learning C/4.3. Flow Control/32.Looping with while.mp4 11 MB
Learning C/4.3. Flow Control/33.Repeating chunks of code with for.en.srt 5 KB
Learning C/4.3. Flow Control/33.Repeating chunks of code with for.mp4 5.8 MB
Learning C/4.3. Flow Control/34.Challenge - Output a series of numbers.en.srt 606 B
Learning C/4.3. Flow Control/34.Challenge - Output a series of numbers.mp4 691 KB
Learning C/4.3. Flow Control/35.Solution - Output a series of numbers.en.srt 3 KB
Learning C/4.3. Flow Control/35.Solution - Output a series of numbers.mp4 3 MB
Learning C/4.3. Flow Control/36.Nested loops.en.srt 4 KB
Learning C/4.3. Flow Control/36.Nested loops.mp4 5.3 MB
Learning C/4.3. Flow Control/37.Understanding functions.en.srt 6 KB
Learning C/4.3. Flow Control/37.Understanding functions.mp4 5.2 MB
Learning C/4.3. Flow Control/38.Adding a function.en.srt 6 KB
Learning C/4.3. Flow Control/38.Adding a function.mp4 8.5 MB
Learning C/4.3. Flow Control/39.Passing values to a function.en.srt 4 KB
Learning C/4.3. Flow Control/39.Passing values to a function.mp4 5.3 MB
Learning C/4.3. Flow Control/40.Challenge - Evaluate a number.en.srt 661 B
Learning C/4.3. Flow Control/40.Challenge - Evaluate a number.mp4 752 KB
Learning C/4.3. Flow Control/41.Solution - Evaluate a number.en.srt 2 KB
Learning C/4.3. Flow Control/41.Solution - Evaluate a number.mp4 2.3 MB
Learning C/4.3. Flow Control/42.Returning a value from a function.en.srt 5 KB
Learning C/4.3. Flow Control/42.Returning a value from a function.mp4 7.6 MB
Learning C/5.4. Intermediate Concepts/43.Manipulating single characters.en.srt 7 KB
Learning C/5.4. Intermediate Concepts/43.Manipulating single characters.mp4 11.6 MB
Learning C/5.4. Intermediate Concepts/44.Using logical operators.en.srt 6 KB
Learning C/5.4. Intermediate Concepts/44.Using logical operators.mp4 7.1 MB
Learning C/5.4. Intermediate Concepts/45.Manipulating strings.en.srt 8 KB
Learning C/5.4. Intermediate Concepts/45.Manipulating strings.mp4 9.9 MB
Learning C/5.4. Intermediate Concepts/46.Challenge - Build a string.en.srt 1 KB
Learning C/5.4. Intermediate Concepts/46.Challenge - Build a string.mp4 1010 KB
Learning C/5.4. Intermediate Concepts/47.Solution - Build a string.en.srt 3 KB
Learning C/5.4. Intermediate Concepts/47.Solution - Build a string.mp4 5 MB
Learning C/5.4. Intermediate Concepts/48.Exploring constant expressions.en.srt 7 KB
Learning C/5.4. Intermediate Concepts/48.Exploring constant expressions.mp4 8 MB
Learning C/5.4. Intermediate Concepts/49.Understanding arrays.en.srt 9 KB
Learning C/5.4. Intermediate Concepts/49.Understanding arrays.mp4 10.6 MB
Learning C/5.4. Intermediate Concepts/50.Creating multidimensional arrays.en.srt 6 KB
Learning C/5.4. Intermediate Concepts/50.Creating multidimensional arrays.mp4 10.6 MB
Learning C/5.4. Intermediate Concepts/51.Challenge - Add a dimension to an array.en.srt 474 B
Learning C/5.4. Intermediate Concepts/51.Challenge - Add a dimension to an array.mp4 561 KB
Learning C/5.4. Intermediate Concepts/52.Solution - Add a dimension to an array.en.srt 2 KB
Learning C/5.4. Intermediate Concepts/52.Solution - Add a dimension to an array.mp4 2.4 MB
Learning C/5.4. Intermediate Concepts/53.Understanding structures.en.srt 8 KB
Learning C/5.4. Intermediate Concepts/53.Understanding structures.mp4 15.7 MB
Learning C/6.5. Advanced Concepts/54.Exploring variables.en.srt 7 KB
Learning C/6.5. Advanced Concepts/54.Exploring variables.mp4 9.1 MB
Learning C/6.5. Advanced Concepts/55.Understanding pointers.en.srt 8 KB
Learning C/6.5. Advanced Concepts/55.Understanding pointers.mp4 8.4 MB
Learning C/6.5. Advanced Concepts/56.Using pointers.en.srt 6 KB
Learning C/6.5. Advanced Concepts/56.Using pointers.mp4 7.6 MB
Learning C/6.5. Advanced Concepts/57.Challenge - Create a char pointer.en.srt 1 KB
Learning C/6.5. Advanced Concepts/57.Challenge - Create a char pointer.mp4 1.6 MB
Learning C/6.5. Advanced Concepts/58.Solution - Create a char pointer.en.srt 2 KB
Learning C/6.5. Advanced Concepts/58.Solution - Create a char pointer.mp4 2.3 MB
Learning C/6.5. Advanced Concepts/59.Accessing arrays with pointers.en.srt 8 KB
Learning C/1.Introduction/01.Welcome.en.srt 1 KB
Learning C/6.5. Advanced Concepts/60.Creating pointer functions.en.srt 7 KB
Learning C/6.5. Advanced Concepts/60.Creating pointer functions.mp4 9.6 MB
Learning C/6.5. Advanced Concepts/61.Working with pointer arrays.en.srt 6 KB
Learning C/6.5. Advanced Concepts/61.Working with pointer arrays.mp4 10.4 MB
Learning C/6.5. Advanced Concepts/62.Allocating memory.en.srt 7 KB
Learning C/6.5. Advanced Concepts/62.Allocating memory.mp4 8.8 MB
Learning C/6.5. Advanced Concepts/63.Challenge - Write a Hello program.en.srt 580 B
Learning C/6.5. Advanced Concepts/63.Challenge - Write a Hello program.mp4 634 KB
Learning C/6.5. Advanced Concepts/64.Solution - Write a Hello program.en.srt 2 KB
Learning C/6.5. Advanced Concepts/64.Solution - Write a Hello program.mp4 2.8 MB
Learning C/7.Conclusion/65.Next steps.en.srt 3 KB
Learning C/7.Conclusion/65.Next steps.mp4 3.7 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
OnlyFans - Jojo Austin - Little Step Sister Learns About Sex rq.mp4 Video 472 MB 130
Ibrahim D. Learning Digital Electronics With 20+ Practical Projects...2024 Application 7.4 MB 107
www.UIndex.org - Stargate SG-1 S03E05 Learning Curve 1080p BluRay x264-OFT Video 1.9 GB 82
AlphaPussy_ How I Survived the Valley and Learned to Love My Boobs 375.9 MB 61
FilthyFamily - Gia Vendetti, Zoey Uso - Watch And Learn (02.02.2026) rq.mp4 Video 723.7 MB 53
Hodson J. Applied Machine Learning. Using ML to Solve Business Problems 2026 Application 17.8 MB 39
Maleki M. Deep Learning with Rust.Mastering Efficient..Safe Neural Networks 2026 Application 9.7 MB 35
Learning ServiceNow - Get started with ServiceNow administration and development to manage Application 15.2 MB 34
Sapkale P. Quantum Computing and Machine Learning for 6G 2026 Application 57.4 MB 33
Learn DevOps The Complete Kubernetes Course Video 7.4 GB 26
[ WebToolTip.com ] Udemy - Arabic Language-Learn Reading, Writing, and Vocabs Easily! Video 3.4 GB 24
Lat J. Learning Serverless Security. Hacking and Securing Serverless Cloud..2026 Application 9.4 MB 24
[ WebToolTip.com ] Udemy - Learn PCB Design By Designing An Arduino Nano In Altium Video 2.6 GB 23
Udemy - Learn Git & GitHub Online - Beginner & Intermediate Concepts (3.2025) Video 6.8 GB 23
Shih F. AI Deep Learning in Image Processing 2026 Application 43.1 MB 21
www.UIndex.org - Teen Titans Go S05E36 What We Learned at Camp 1080p MAX WEB-DL DD 2 0 H 264-playWEB Video 438.7 MB 21
Peak Human - What We Can Learn from the Rise and Fall of Golden Ages Ebook 1.4 MB 18
O'Reilly Learning - AWS Foundations (2025) Video 5.5 GB 18
www.UIndex.org - Dear Killer Nannies S01E04 Learning to Let Go 2160p DSNP WEB-DL DUAL DDP5 1 Atmos DV HDR H 265-FLUX Video 4.2 GB 13
Van Der Post H. Financial Machina. Machine Learning For Finance 2024 Application 24 MB 12

Loading...