Discover the Easiest Way to Parse JSON in Your C++ Desktop App - Linux, Windows, and Mac!

preview_player
Показать описание
Display JSON web data (including images!) in your C++ desktop app with wxWidgets! Follow this step-by-step guide to learn how to use wxWebRequest to retrieve data from a public API and parse it with nlohmann::json. Download and display images, queue your requests, and ensure the correct cleanup procedure.

0:00 Intro
0:36 UI Construction
1:24 DummyJSON
1:37 wxWidgets Setup
1:57 Linking for Linux
2:18 Basic wxWebRequest
3:18 What is JSON?
3:59 The nlohmann::json library
5:41 Parsing the Products JSON
6:58 Implementing the Request Queue for downloading the images
11:20 Improving the queue implementation - handling the cancellation
14:07 Cleaning up
Рекомендации по теме
Комментарии
Автор

Very good quality content. These are rare Frameworks for C++ Dev. Keep up the good work !
Kudos !!!

brsergen.
Автор

yeah you have so high quality tutorials, it's insane :) on the spot, graphically nice

asconblake
Автор

Great tutorials, man. Thank you so much. Could you please point onto guide how to setup VS Code with autocompletion, like you have on all of your videos, for both platforms, Win and Mac?

epankratov