Posts by this author

Mar 31, 2021
Post comments count1
Post likes count0

vcpkg Host Dependencies for Cross-Compilation

If you’re not familiar with our C++ library manager vcpkg, welcome! This post covers an intermediate/advanced topic, so you may want to first get an overview and try things out from the vcpkg GitHub page or some of our previous blogs.   Introduction One of the best features of C++ is that it generates tailored, specialized code for each s...

C++