Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Qt  6 Core Advanced with C++ Vote_lcapQt  6 Core Advanced with C++ Voting_barQt  6 Core Advanced with C++ Vote_rcap 
tano1221
Qt  6 Core Advanced with C++ Vote_lcapQt  6 Core Advanced with C++ Voting_barQt  6 Core Advanced with C++ Vote_rcap 
大†Shinegumi†大
Qt  6 Core Advanced with C++ Vote_lcapQt  6 Core Advanced with C++ Voting_barQt  6 Core Advanced with C++ Vote_rcap 
Engh3
Qt  6 Core Advanced with C++ Vote_lcapQt  6 Core Advanced with C++ Voting_barQt  6 Core Advanced with C++ Vote_rcap 
ПΣӨƧӨFƬ
Qt  6 Core Advanced with C++ Vote_lcapQt  6 Core Advanced with C++ Voting_barQt  6 Core Advanced with C++ Vote_rcap 
ℛeℙ@¢ᴋ€r
Qt  6 Core Advanced with C++ Vote_lcapQt  6 Core Advanced with C++ Voting_barQt  6 Core Advanced with C++ Vote_rcap 
Octubre 2024
LunMarMiérJueVieSábDom
 123456
78910111213
14151617181920
21222324252627
28293031   
CalendarioCalendario
Últimos temas
» Steinberg SpectraLayers Pro 11.0.30 (x64) Multilingual
Qt  6 Core Advanced with C++ EmptyHoy a las 9:00 pm por ПΣӨƧӨFƬ

» GoldWave 6.83 (x64) Multilingual
Qt  6 Core Advanced with C++ EmptyHoy a las 8:55 pm por ПΣӨƧӨFƬ

» Light Image Resizer 7.0.8.44 Multilingual
Qt  6 Core Advanced with C++ EmptyHoy a las 8:53 pm por ПΣӨƧӨFƬ

» NXPowerLite Desktop 10.3 (x64)
Qt  6 Core Advanced with C++ EmptyHoy a las 8:45 pm por 大†Shinegumi†大

» ⭐️ Craft Edge Sure Cuts A Lot Pro 6.063 Multilingual✅
Qt  6 Core Advanced with C++ EmptyHoy a las 8:41 pm por 大†Shinegumi†大

» 4DDiG DLL Fixer v1.0.3.7
Qt  6 Core Advanced with C++ EmptyHoy a las 8:32 pm por 大†Shinegumi†大

» ⭐️ Lucion FileCenter Suite 12.0.20✅ (
Qt  6 Core Advanced with C++ EmptyHoy a las 8:17 pm por Engh3

» Power-user Premium 1.6.1903.0
Qt  6 Core Advanced with C++ EmptyHoy a las 8:09 pm por Engh3

» Blackmagic Design DaVinci Resolve Studio 19.0.2.0007 (x64) Multilingual
Qt  6 Core Advanced with C++ EmptyHoy a las 8:03 pm por Engh3

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Qt 6 Core Advanced with C++

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 74337
Fecha de inscripción : 20/08/2016

Qt  6 Core Advanced with C++ Empty
MensajeTema: Qt 6 Core Advanced with C++   Qt  6 Core Advanced with C++ EmptyMiér Jul 14, 2021 11:01 am

Qt  6 Core Advanced with C++ 171fc9873b6fa9e231b1e9a4cdc4d63e
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 130 lectures (13h 3m) | Size: 5.25 GB
A followup to the Qt 5 Core for beginners and intermediate courses.

What you'll learn:
Qt 6 Core
Synchronous coding
Asynchronous coding
Threaded coding
Threading concepts
Synchronizing threads
Qt Concurrent
Futures
Getting future values
Synchronizing future values
Thread Pools
Semaphores
Mutexes
Networking concepts
Sockets
UDP Sockets
TCP Sockets
Host Addresses
Network Proxies
Ssl
Ssl Sockets
Network Access Manager
Creating libraries
Loading libraries
Shared libraries
Static libraries
Plugins
Dependency trees
Database concepts
Plugin loader
Database drivers
Connecting to databases
Work with databases
Unit testing
Data driven tests
Test failure handling
Deploying application concepts
Deploying to Windows
Deploying to Mac
Deploying to Linux

Requirements
Qt 6 Experience (Up to an intermediate level)
C++ Experience
Students continuing from my Qt 6 Core Beginners course
Students continuing from my Qt 6 Core Intermediate course

Description
This is not a beginners course!

This is an advanced Qt 6 course using C++ to create high performance applications on Windows, Mac and Linux. This course also includes advanced topics such as threading, networking, libraries, plugins, databases, unit testing, and application deployment.

This is a followup to the Udemy Qt 5 Core for beginners and intermediate courses and picks up where they both left off. It is highly recommended to take those courses before attempting this one. In this course you will learn how to work with threads, sockets, libraries, plugins, unit testing, and application deployment across multiple operating systems.

Threading

Threads help make your applications lighting fast. You will learn threading best practices, along with some common misconceptions and mistakes. Additionally we will dive into thread pools which are highly fast and efficient use of threads. And we will cover how to simplify threading using the Qt Concurrent Library.

Networking

We will cover general networking concepts along with who to use both TCP and UDP sockets to communicate with remote servers. This course also covers how to use SSL encryption to maintain a secure connection with the remote host. Later on in the networking section we will demonstrate how to make a basic TCP server, then combine threading and SSL to make a high performance TCP server that can handle a lot of simultaneous connections.

Libraries

We will teach what libraries are, and how you can easily create your own libraries along with how to use libraries created by other developers. This course also covers shared vs static libraries, and even how to make your application expandable by developing a simple plugin system that allows you to dynamically add functionality to your application while its running without recompiling your application.

Databases

This is a broad topic and we will show just the basics of how to use the Qt SQL libraries and vendor drivers to connect to and use databases. We do demonstrate a few concepts using MySql.

Testing

This course will teach how to use the Qt Test library, which will help you perform unit and data driven tests on your application. We will even cover how to perform some simple bench marking to spot performance issues in your code.

Deployment

Deploying your applications to end users is both an art and a science. While there are millions of ways to deploy your applications, we will show some basic techniques for Windows, Mac and Linux. In case you need to have a custom deployment, this course does cover how to compile Qt in both Dynamic and Static linking, which allows you to choose between having a dependency tree or an all in one application.

Who this course is for
C++ Developers
Qt Developers
Cross Platform Developers
Experienced Developers

Qt  6 Core Advanced with C++ 0a679ecb6da3878fd928d20b874f19e9

DOWNLOAD:
Citación :

https://rapidgator.net/file/a7119be4402e34a1aae175d074e1b9be/py9j4.Qt.6.Core.Advanced.with.C.part1.rar.html
https://rapidgator.net/file/f3fde7f97cb0e142c6ad44b1d06e6793/py9j4.Qt.6.Core.Advanced.with.C.part2.rar.html
https://rapidgator.net/file/b42f3ab40ab2982e19209fc03f98f98f/py9j4.Qt.6.Core.Advanced.with.C.part3.rar.html
https://rapidgator.net/file/85500a5e2bc685202e638409bba83858/py9j4.Qt.6.Core.Advanced.with.C.part4.rar.html
https://rapidgator.net/file/4e077ed50254a15f54c0cddd26e59f77/py9j4.Qt.6.Core.Advanced.with.C.part5.rar.html
https://rapidgator.net/file/8592aa1ce69dc924477c1954ad7161f0/py9j4.Qt.6.Core.Advanced.with.C.part6.rar.html


https://nitroflare.com/view/E6B5C9056A3B5B9/py9j4.Qt.6.Core.Advanced.with.C.part1.rar
https://nitroflare.com/view/8D2A2B41A719859/py9j4.Qt.6.Core.Advanced.with.C.part2.rar
https://nitroflare.com/view/451E692816449C1/py9j4.Qt.6.Core.Advanced.with.C.part3.rar
https://nitroflare.com/view/4A82E13AE737F17/py9j4.Qt.6.Core.Advanced.with.C.part4.rar
https://nitroflare.com/view/699376D6652F888/py9j4.Qt.6.Core.Advanced.with.C.part5.rar
https://nitroflare.com/view/EB110BEE8A2447D/py9j4.Qt.6.Core.Advanced.with.C.part6.rar

Volver arriba Ir abajo
 

Qt 6 Core Advanced with C++

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap, and Angular [Updated...
» Integrating Entity Framework Core with React and ASP.NET Core
» Collecting and Saving Data with React, ASP.NET Core, and EF Core
» Using Configuration and Options in .NET Core and ASP.NET Core Apps
» Django Core | A Reference Guide to Core Django Concepts (Updated 4/2021)

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-