Include this script into your page along with the iframe for a responsive media embed
How to install and use the vcpkg library manager to install C, C++ libraries for Visual Studio 2017. PowerShell vcpkg commands used in the video: .bootstrap-vcpkg.bat .vcpkg integrate install .vcpkg search sqlite3 .vcpkg install sqlite3 .vcpkg install sqlite3:x64-windows Source code for the C++ sqlite3 example used in the video: gist.github.com/atoz-programming-tutorials/b19fa34878631a3dffede3380bc17d87 If you need to install Visual Studio 2017 on your Windows computer check my previous video: www.youtube.com/watch?v=KBNLm8uo7So