C++ REST SDK
The C++ REST SDK is developed by Microsoft.
It's a modern asynchronous C++ API design for cloud-based client-server communication in native code.
By using this project C++ developers can connect to and interact with services.
C++ REST SDK can be installed on Windows by using VCPKG
Download C++ Rest SDK GitHub Repo - Microsoft Original Repository
Install packages with VCPKG
Install Visual Studio with C++
Install Windows SDKGo inside VCPKG folder
To use vcpkg with Visual Studio, Run the command below.
.\vcpkg\vcpkg integrate install
Run Following command to install the libraries list zlib ,openssl ,boost-system, boost-date-time ,boost-regex, boost-interprocess, websocketpp, brotli
X64
vcpkg install --triplet x64-windows zlib openssl boost-system boost-date-time boost-regex boost-interprocess websocketpp brotli
X86
vcpkg install --triplet x86-windows zlib openssl boost-system boost-date-time boost-regex boost-interprocess websocketpp brotli
Open cppretsdk in Visual Studio 2019 IDE
Right click on the file explorer window
Build cpprestsdk - X64
Select X64-Debug (default) for build configuration
Select & Right Click on CMakeLists.txt
Select & Click Build
Before Building it for X64 following command should have been executed & packages should have been installed properly
You can find the built libraries in the below folder
Build cpprestsdk - X86
Select X86-Debug for build configuration
Select & Right Click on CMakeLists.txt
Select & Click Build
Before Building it for X86 following command should have been executed & packages should have been installed properly
You can find the built libraries in the below folder
Source Code Download
For Personalized Virtual C++ Sessions Booking
Contact
Sarala Kumarage (MSc - IT ,Bsc -IT)
Machine Learning Engineer
https://www.linkedin.com/in/sarala-kumarage/
Comments
Post a Comment