Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C++ Network Programming With Qt Framework
Rating: 3.3 out of 5(46 ratings)
412 students

C++ Network Programming With Qt Framework

Create your own interactive applications and connect them to the world
Last updated 8/2016
English
English [Auto],

What you'll learn

  • understand the networking basics
  • understand how Qt can help you to implement the network
  • manage your own network project
  • create your downloader and web browser

Course content

6 sections38 lectures2h 36m total length
  • Course Overview3:29

    Explore network programming with the Qt framework, covering fundamentals and cross-language concepts, then implement high-level protocols, web engine basics, a downloader, and a simple web browser.

Requirements

  • Qt Creator (any version is accepted)

Description

in this course we will discuss the following:

  1. Networking Basics: even if you don't know nothing about networking, this course will give the essentials so you can still be able to implement your networking Project.
  2. Network programming with Qt so you will understand how Qt deals with Networking elements and how it implements them.
  3. Web-Engine in Qt and how the chromium project is included in Qt.
  4. learn how to create a download manager (simple one) and how to work with proxies in your Application and last bun not least we will create also a simple web browser.

Who this course is for:

  • fundamentals of Qt are required to keep up with this course
  • Good understanding of Object Oriented Programming