zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[Bryan Cairns, VoidRealms, Udemy] Qt 6 Core Intermediate with C++
magnet:?xt=urn:btih:21cac728bf70d51486e20f0ab5c6bcf0377fb15f&dn=[Bryan Cairns, VoidRealms, Udemy] Qt 6 Core Intermediate with C++
磁力链接详情
Hash值:
21cac728bf70d51486e20f0ab5c6bcf0377fb15f
点击数:
226
文件大小:
4.21 GB
文件数量:
122
创建日期:
2021-11-27 04:42
最后访问:
2024-11-2 16:52
访问标签:
Bryan
Cairns
VoidRealms
Udemy
Qt
6
Core
Intermediate
with
C
文件列表详情
2. Before we dive in/3. Porting from Qt 5.mp4 217.35 MB
1. Welcome to the Course/1. What does this course cover.mp4 7.87 MB
1. Welcome to the Course/2. What this course doesn’t cover.mp4 16.35 MB
1. Welcome to the Course/3. Challenges with intermediate.mp4 7.32 MB
1. Welcome to the Course/4. Who should take this course.mp4 12.76 MB
1. Welcome to the Course/5. Course prerequisites.mp4 8.1 MB
1. Welcome to the Course/6. If you don’t know C++.mp4 7.69 MB
1. Welcome to the Course/7. Who is the instructor.mp4 15.25 MB
1. Welcome to the Course/8. Raw and unfiltered.mp4 15.33 MB
1. Welcome to the Course/9. Qt overview.mp4 11.38 MB
1. Welcome to the Course/10. Courses overview.mp4 5.33 MB
1. Welcome to the Course/11. Qt is massive.mp4 13.12 MB
1. Welcome to the Course/12. What, why, how, recap.mp4 5.71 MB
1. Welcome to the Course/13. Goals of the course.mp4 5.64 MB
1. Welcome to the Course/14. What is Qt.mp4 11.45 MB
1. Welcome to the Course/15. What can you make with Qt.mp4 5.14 MB
1. Welcome to the Course/16. Have Qt already installed.mp4 7.1 MB
1. Welcome to the Course/17. Installation issues.mp4 5.68 MB
1. Welcome to the Course/18. Expect issues.mp4 11.56 MB
1. Welcome to the Course/19. Bugs.mp4 5.74 MB
1. Welcome to the Course/20. Reviews and feedback.mp4 9.81 MB
1. Welcome to the Course/21. Skipped the beginners course.mp4 7.76 MB
2. Before we dive in/1. Changes from Qt 5.mp4 6.01 MB
2. Before we dive in/2. Installing Qt.mp4 119.23 MB
2. Before we dive in/4. Should I use STD or Qt.mp4 9.58 MB
2. Before we dive in/5. When to use STD.mp4 8.7 MB
2. Before we dive in/6. When to use Qt.mp4 10.37 MB
2. Before we dive in/7. Building QMake vs CMake.mp4 11.43 MB
3. What is a QObject/1. QObject Class.mp4 111.45 MB
3. What is a QObject/2. QObject macro.mp4 51.27 MB
3. What is a QObject/3. Signals and Slots.mp4 85.27 MB
3. What is a QObject/4. Disable copy.mp4 33.85 MB
4. Memory Management/1. Stack vs heap.mp4 18.26 MB
4. Memory Management/2. Memory leaks.mp4 9.55 MB
4. Memory Management/3. Dangling pointer.mp4 8.2 MB
4. Memory Management/4. Smart pointers.mp4 16.62 MB
4. Memory Management/5. Parent child relationships.mp4 109.96 MB
4. Memory Management/6. Getting the parent and children.mp4 27.73 MB
4. Memory Management/7. QScopedPointer.mp4 22.45 MB
4. Memory Management/8. QSharedPointer.mp4 38.87 MB
4. Memory Management/9. Sharing a pointer among multiple objects.mp4 42.35 MB
5. Collections/1. QList.mp4 42.18 MB
5. Collections/2. QVector.mp4 12.55 MB
5. Collections/3. QSet.mp4 25.05 MB
5. Collections/4. QMap.mp4 63.12 MB
5. Collections/5. QStringList.mp4 47 MB
5. Collections/6. qDeleteAll with QLists.mp4 43.53 MB
5. Collections/7. QSharedPointer with QList.mp4 29.46 MB
5. Collections/8. qDeleteAll with QMap.mp4 30.08 MB
5. Collections/9. QSharedPointer with QMap.mp4 30.56 MB
6. Views/1. View Classes.mp4 9.42 MB
6. Views/2. QByteArrayView.mp4 25.15 MB
6. Views/3. QStringview.mp4 13.22 MB
7. Settings/1. What are settings.mp4 12.17 MB
7. Settings/2. QSettings.mp4 106.64 MB
7. Settings/3. Groups in QSettings.mp4 59.06 MB
7. Settings/4. Navigating groups.mp4 63.02 MB
7. Settings/5. Setting the filename.mp4 38.2 MB
8. File system/1. Intro to file systems.mp4 34.46 MB
8. File system/2. Disks partitions and volumes.mp4 27.54 MB
8. File system/3. Folders (Directories).mp4 12.35 MB
8. File system/4. Files.mp4 20.6 MB
8. File system/5. File Formats.mp4 10.65 MB
8. File system/6. File Extensions.mp4 15.86 MB
8. File system/7. QIODevice.mp4 53.85 MB
8. File system/8. Writing files.mp4 64.09 MB
8. File system/9. Appending files.mp4 24.26 MB
8. File system/10. Reading files.mp4 28.79 MB
8. File system/11. Reading large files.mp4 36.3 MB
8. File system/12. QTextStream.mp4 53.61 MB
8. File system/13. QDataStream.mp4 69.07 MB
8. File system/14. QDir.mp4 78.27 MB
8. File system/15. Navigating directories recursively.mp4 42.86 MB
8. File system/16. QFileInfo.mp4 47.99 MB
8. File system/17. QStorageInfo.mp4 40.6 MB
8. File system/18. QLockFile.mp4 60.6 MB
9. QDebug/1. Intercepting QDebug messages.mp4 39.2 MB
9. QDebug/2. Creating a logger class.mp4 60.82 MB
9. QDebug/3. Creating message categories.mp4 58.27 MB
9. QDebug/4. QLoggingCategory.mp4 17.28 MB
10. Encoding/1. ASCII.mp4 42.35 MB
10. Encoding/2. UTF-8.mp4 43.17 MB
10. Encoding/3. UTF-16.mp4 31.95 MB
10. Encoding/4. Base64.mp4 32.93 MB
10. Encoding/5. Hex.mp4 18.57 MB
11. Compression/1. What is compression.mp4 8.77 MB
11. Compression/2. Compression formats.mp4 25.07 MB
11. Compression/3. Data compression.mp4 25.9 MB
11. Compression/4. File compression.mp4 128.43 MB
12. Serialization/1. What is serialization.mp4 8.94 MB
12. Serialization/2. Serializing and deserializing data.mp4 35.04 MB
12. Serialization/3. Serializing a class.mp4 53.33 MB
12. Serialization/4. Serializing to JSON.mp4 123.62 MB
12. Serialization/5. Serializing to XML.mp4 159.04 MB
13. Algorithms and macros/1. qDeleteAll.mp4 33.55 MB
13. Algorithms and macros/2. Filling a container.mp4 19.78 MB
13. Algorithms and macros/3. Sorting a container.mp4 39.84 MB
13. Algorithms and macros/4. Comparing containers.mp4 19.48 MB
13. Algorithms and macros/5. Copying containers.mp4 20.7 MB
13. Algorithms and macros/6. Custom macro.mp4 24.29 MB
13. Algorithms and macros/7. TypeDef.mp4 19.01 MB
13. Algorithms and macros/8. When to use Qt and when to use STD.mp4 17.65 MB
14. Working with the Operating System/1. What are processes.mp4 26.23 MB
14. Working with the Operating System/2. Basic process life cycle.mp4 10.79 MB
14. Working with the Operating System/3. Process IO.mp4 8.42 MB
14. Working with the Operating System/4. QSysInfo.mp4 30.63 MB
14. Working with the Operating System/5. QProcess.mp4 53.91 MB
14. Working with the Operating System/6. Working with a process.mp4 14.27 MB
14. Working with the Operating System/7. Process custom commands.mp4 74.94 MB
14. Working with the Operating System/8. Exploring our process life-cycle.mp4 27.45 MB
15. Timers/1. What are timers.mp4 23.65 MB
15. Timers/2. Intervals.mp4 29.74 MB
15. Timers/3. QFileSystemWatcher.mp4 38.89 MB
15. Timers/4. Process timeout.mp4 25.21 MB
16. Basic Threading/1. What are threads.mp4 16.18 MB
16. Basic Threading/2. Async vs thead.mp4 12.86 MB
16. Basic Threading/3. Threads are an advanced topic.mp4 13.74 MB
16. Basic Threading/4. QThread.mp4 19.57 MB
16. Basic Threading/5. Move to thread.mp4 72.47 MB
16. Basic Threading/6. QThreadPool.mp4 46.98 MB
16. Basic Threading/7. QtConcurrent.mp4 37.6 MB
16. Basic Threading/8. Signals and slots across threads.mp4 94.35 MB
其他位置