| 1. Arrays.mp4 | 154.3 MB | ||
| 1. Arrays.srt | 32.8 KB | ||
| 1. Introduction.mp4 | 9.2 MB | ||
| 1. Introduction.srt | 6.1 KB | ||
| 1. Variables.mp4 | 92 MB | ||
| 1. Variables.srt | 25.3 KB | ||
| 1. Version control system (git).mp4 | 139.1 MB | ||
| 1. Version control system (git).srt | 28.9 KB | ||
| 1. What's next.mp4 | 13.4 MB | ||
| 1. What's next.srt | 7.5 KB | ||
| 1.1 .gitignore file (example for C++).html | 102.4 B | ||
| 1.1 About stdarray (ccp reference).html | 102.4 B | ||
| 1.1 Arithmetic operators (cpp reference).html | 102.4 B | ||
| 1.2 About leaky abstraction (wiki).html | 102.4 B | ||
| 1.2 About stdvector (cpp reference).html | 102.4 B | ||
| 1.2 Operator precedence and associativity (cpp reference).html | 102.4 B | ||
| 1.3 Git - Book (v2).html | 102.4 B | ||
| 1.3 Standard library header cmath (cpp reference).html | 102.4 B | ||
| 1.4 Git (wiki).html | 102.4 B | ||
| 1.4 stdstring (cpp reference).html | 102.4 B | ||
| 1.5 Variables (cpp reference).html | 102.4 B | ||
| 1.5 Version control (wiki).html | 102.4 B | ||
| 10. Lucky numbers.html | 204.8 B | ||
| 10. Print three numbers.html | 204.8 B | ||
| 11. Print number with a certain precision.html | 204.8 B | ||
| 12. Read input value.html | 204.8 B | ||
| 13. Conditional execution (ifelse).mp4 | 38.7 MB | ||
| 13. Conditional execution (ifelse).srt | 10.5 KB | ||
| 13.1 About if statement (cpp reference).html | 102.4 B | ||
| 13.2 About checking state of the input stream (cpp reference).html | 102.4 B | ||
| 13.3 Boolean algebra (wiki).html | 102.4 B | ||
| 13.4 De Morgan's laws (wiki).html | 102.4 B | ||
| 13.5 Logical operators (cpp reference).html | 102.4 B | ||
| 14. Conditional execution (ifelse).html | 204.8 B | ||
| 15. Print three numbers in ascending order.html | 204.8 B | ||
| 16. Loops.mp4 | 80.3 MB | ||
| 16. Loops.srt | 17.8 KB | ||
| 16.1 About pseudo-random numbers generation (cpp reference).html | 102.4 B | ||
| 16.2 Do-while loop (cpp reference).html | 102.4 B | ||
| 16.3 For loop (cpp reference).html | 102.4 B | ||
| 16.4 Keyword break (cpp reference).html | 102.4 B | ||
| 16.5 Keyword continue (cpp reference).html | 102.4 B | ||
| 16.6 While loop (cpp reference).html | 102.4 B | ||
| 17. Loops.html | 204.8 B | ||
| 18. Sum of digits 2.html | 204.8 B | ||
| 19. First Fibonacci number that is greater than N.html | 204.8 B | ||
| 2. About C++.mp4 | 8.8 MB | ||
| 2. About C++.srt | 5.6 KB | ||
| 2. Arrays.html | 204.8 B | ||
| 2. Variables.html | 204.8 B | ||
| 2. Version control system.html | 204.8 B | ||
| 2.1 C++ (wiki).html | 102.4 B | ||
| 2.2 Compiler (wiki).html | 102.4 B | ||
| 2.3 Cpp reference.html | 102.4 B | ||
| 3. About C++.html | 204.8 B | ||
| 3. Algorithms.mp4 | 4.9 MB | ||
| 3. Algorithms.srt | 3.7 KB | ||
| 3. Convert millimeters to centimeters.html | 204.8 B | ||
| 3. Sum of even numbers.html | 204.8 B | ||
| 3.1 Algorithm (wiki).html | 102.4 B | ||
| 3.2 Computer program (wiki).html | 102.4 B | ||
| 3.3 Flowchart (wiki).html | 102.4 B | ||
| 4. Algorithms.html | 204.8 B | ||
| 4. Print the sequence in reverse order.html | 204.8 B | ||
| 4. Sum of digits.html | 204.8 B | ||
| 4. Work environment.mp4 | 4.2 MB | ||
| 4. Work environment.srt | 3.6 KB | ||
| 5. Files (read and write).mp4 | 97.5 MB | ||
| 5. Files (read and write).srt | 20.1 KB | ||
| 5. First and last character of a string.html | 204.8 B | ||
| 5. Work environment.html | 204.8 B | ||
| 5.1 Everything is a file -- one of the defining features of Unix (wiki).html | 102.4 B | ||
| 5.2 About input file stream (cpp reference).html | 102.4 B | ||
| 5.3 About output file stream (cpp reference).html | 102.4 B | ||
| 6. Debugging.mp4 | 33.1 MB | ||
| 6. Debugging.srt | 10.9 KB | ||
| 6. Files (read and write).html | 204.8 B | ||
| 6. First program.mp4 | 25.9 MB | ||
| 6. First program.srt | 11.1 KB | ||
| 6.1 C++ Standard Library headers.html | 102.4 B | ||
| 6.1 Debugger (wiki).html | 102.4 B | ||
| 6.2 CMake (build system generator).html | 102.4 B | ||
| 6.2 Log file (wiki).html | 102.4 B | ||
| 6.3 Entry point (wiki).html | 102.4 B | ||
| 6.3 Software bug (wiki).html | 102.4 B | ||
| 6.4 Exit status (wiki).html | 102.4 B | ||
| 6.4 Tracing (wiki).html | 102.4 B | ||
| 6.5 Include directive (wiki).html | 102.4 B | ||
| 6.6 Preprocessor (wiki).html | 102.4 B | ||
| 7. Debugging.html | 204.8 B | ||
| 7. First program.html | 204.8 B | ||
| 7. Functions.mp4 | 100.3 MB | ||
| 7. Functions.srt | 25.7 KB | ||
| 7.1 About functions (cpp reference).html | 102.4 B | ||
| 7.2 About operators (cpp reference).html | 102.4 B | ||
| 7.3 Structured binding (cpp reference).html | 102.4 B | ||
| 8. Functions.html | 204.8 B | ||
| 8. Input and output.mp4 | 36 MB | ||
| 8. Input and output.srt | 9.1 KB | ||
| 8.1 About stdcin (cpp reference).html | 102.4 B | ||
| 8.2 About stdcout (cpp reference).html | 102.4 B | ||
| 8.3 About stdput_money (cpp reference).html | 102.4 B | ||
| 8.4 Input and output manipulators (cpp reference).html | 102.4 B | ||
| 9. Input and output.html | 204.8 B | ||
| 9. Product of interval.html | 204.8 B | ||
| Bonus Resources.txt | 409.6 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| ▲ 107 total files | |||
Modern C++: The Fundamentals
https://DevCourseWeb.com
Published 06/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 15 lectures (3h 58m) | Size: 838 MB
Learn the basics of modern C++
What you'll learn
Understand basics of algorithms, version control systems, and build systems
Design and implement programs in C++
Use the most common parts of modern C++: variables, conditional execution, loops, etc.
Work with arrays, functions, and file input/output in C++
Requirements
Intermediate computer skills
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 517.4 MB | freecoursewb | 3 weeks | 25 | 4 | |
|
Udemy - Figma SaaS Dashboard Course - Design and Prototype a Modern UI Posted by
freecoursewb in Other
|
1.9 GB | freecoursewb | 1 month | 0 | 0 |
| 469.7 MB | freecoursewb | 2 months | 2 | 3 | |
| 1.4 GB | freecoursewb | 2 months | 28 | 5 | |
|
Udemy - Snowflake Masterclass 2026 - Modern Data Cloud and Cortex AI Posted by
freecoursewb in Other
|
1.7 GB | freecoursewb | 3 months | 5 | 3 |
All Comments