Recommended videos

Take charge of your C++ dependencies with vcpkg
Take charge of your C++ dependencies with vcpkgNWCPP - Northwest C++ Users Group
Read More
Dependency management is a pain point for many C++ developers. Many teams are beginning to adopt existing package management solutions, but there's still a large part of our industry managing dependencies manually. In this talk, you will learn how you can adopt vcpkg to make your development process easier, safer, and more reproducible. This year, vcpkg is expanding significantly by supporting a declarative manifest file, making it easier to manage private libraries, enabling installations of specific library versions, and enabling binary caching workflows to quickly provision CI runs or developer machines. Whether you're a beginner learning about C++ package management for the first time, or someone familiar with vcpkg who wants to learn about the latest improvements, this talk will give an overview of how to get started and manage libraries for real world projects. Vcpkg's long term goal is to satisfy workflows for all C++ developers, whether you are a professional developer working with millions of lines of code, or a student trying to get through some classes Duration: 1 hour, 14 minutes..
vcpkg Crash Course | C++ libraries simplified! A Visual Studio must-have!
vcpkg Crash Course | C++ libraries simplified! A Visual Studio must-have!TroubleChute
Read More
What is Microsoft's vcpkg, and how do you use it in your C++ workflow? Well, this crash course tells you everything you need to know to start using it now, as well as many little tips and tricks that you might find useful later on. If you're confused about anything, this video should clear it up. Duration: 20 minutes..
vcpkg: How to use Static (no dll) libraries | C++ libraries simplified!
vcpkg: How to use Static (no dll) libraries | C++ libraries simplified!TroubleChute
Read More
Microsoft's vcpkg is extremely useful for C++ programmers, though it can be a little confusing with using it in different ways. What if you want to use Static libraries, instead of Dynamic libraries? Well, it's a little confusing, but it's still easy to get it working. This video shows you how to get around using Static libraries with your projects. Duration: 11 minutes..

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top