How-To Use C++ Libraries (without relying on a package manager)

preview_player
Показать описание
In this video, we talk about C++ Libraries and how to generally use them with your project. Examples are given with Visual Studio Community Edition and GLFW3. Some basic knowledge of programming is assumed.

-- Chapters --
0:00 intro
0:51 finding available C++ libs
1:48 static vs dynamic libs
3:19 C++ package manager options
5:53 starting sample visual studio proj
7:25 x86 unable to start workaround
8:16 cloning + building open source libs
17:46 including the built library
27:04 closed source libs (binary only)
27:30 going forward options
28:30 outro

-- CTT Links --

-- Other CTT Playlists You Might Like --

Thanks for coming to the channel to check out a video on Code, Tech, and Tutorials.
Рекомендации по теме
Комментарии
Автор

Lmao i have never seen any youtuber getting stuck in the middle of the video with an error he has no idea about, then he goes into solving it for a minute eventually gives up and moves ahead with the video and keeps all this in the final edit of the video 🤣🤣🤣🔥🔥🔥🔥👏👏

collapsingspace
Автор

You have no idea how much I struggled to find an explanation of this. LIFE SAVER

sedelonx
Автор

I'm getting into C++ for the first since college and this definitely helped, thanks for the content!

Junjokar
Автор

Never have been so pleased with music outro.

asd
Автор

Do a part 2 gosh darn it!!! I wanna watch it

_Mojius_
Автор

Hey, I have to say just one thing, you are awsome man. I just went through your tutorial set about cmake.. And it is clear as it should Keep up the good work. Peace!!!

tuanazzam
Автор

Wow, I can understand the power of Github. I never know this before. I usually download the source and built it. Great tutorial thanks.

alexmattyou
Автор

Oh my god, finally a video that actually helps. Thank you so much!

bayroot
Автор

This is gold man, please do a part 2!

tljstewart
Автор

Thanks, now I understand it a bit better now!

marcoorca
Автор

Amazing video, you make it sound easy lol. But you helped me with a problem here, thanks :)

hugotorquato
Автор

This guy is soo guy, he just accidentally wrote the code for a virus in under a minute. In just 6 lines of code he put fear into the bones of one of the biggest tech companies in the world [7:20]

tielessin
Автор

That was a relatively simple example. What about something more complicated? Building the Qt library or building a cross compiler toolchain. What about many additional dependencies that you may need only for building libraries and not using them? Also what about different kinds of build systems used by all those libraries and their dependencies? That's why there are people who prefer the conan or vcpkg. Package managers save time, nerves and mental energy. Do you prefer building your own LFS or using some more practical prebuilt Linux distro?

finalename
Автор

So damn confused. Feels pretty hopless trying to learn this shit on my own

kb-wuws
Автор

Hi, could you do a tutorial on adding an already existing library like (OpenCV) into your own CMakeLists. So that when you build, CMake automatically downloads the opencv from resources repository, builds it and links it with your project.

KamalSelvamBow
Автор

Watching on a phone is really hard pls keep this in mind other than that thanks for the great content

User_
Автор

hi - the libraries you were trying to find during the video - were they pre compiled library objects or just source code libraries (that need to be compiled) ?

DevLearn-lvnr
Автор

I'm prepping for an interview with aws for alexa embedded functionality built in c++. Most my experience is in c#, any architecture advice? Odd gotchas, stuff like that?

likwidmocean
Автор

0:35
It's actually npm, but close enough!

mindfulnessrock
Автор

Hello, I am looking for information about construction of C++ libraries.
And how they compile to ASM.

BetelgeuseX
visit shbcf.ru