C++ Libraries For Beginners

preview_player
Показать описание
In this video I will try my best to explain how c++ libraries work and how to use them.

Рекомендации по теме
Комментарии
Автор

Wish this got recommended 72 hours ago! I spent 4 hours trying to configure my CMake file in order to use a 3rd party library. Ended up doing the same thing as you!

logandihel
Автор

How tf did I not find this video 2 months ago when deciding which one to learn cpp or java... going back to cpp thanks to this single video! You won't belive how much I needed this video lol

targetful
Автор

Using C libraries is a painful experience that I would never wish on anyone

SuperGamingAli
Автор

never before had I been stuck on a programming hurdle for 3 days straight. I can finally continue my C++ journey after watching your video. There is no good tutorial on how to statically include C++ libraries using cmake other than yours.

tanishsabne
Автор

This was a great video, and honestly, everything I needed. Now I know exactly why my C++ code has been acting funny. My code editor doesn't know the path to the header files! Also thanks for the explanation of the folder contents (SFML in your case). Cleared up a great deal for me.

waiitwhaat
Автор

Thank you for making this so accessible for a dyslexic programmer! Keep the videos coming they are awesome!

oberon
Автор

Thanks boss, you saved me from going crazy.

nocturnalsea
Автор

this is so helpful, i quite knew much of the explained but it clarified a lot more. anyway i'm surprised no mention of the linker, it makes most of the magic (and when we talk about libraries most of the errors!)

hetias
Автор

This was an amazing video, Thank you very much! Also that frame at 0:21 perfectly depicts my experience so far haha.

superboy
Автор

Very good video. I've learned this stuff a while back but this is a very good refresher.

beegdigit
Автор

Thank you for creating this video. This is extremely useful for me. Keep up the good work!

achmadfachranrafly
Автор

Thanks for the video. The vivado screenshot gave me chills 😂

canisiobarth
Автор

Very understandable. Thank you. Im new in the cpp business

KiWiLUTSCHER
Автор

very informative, i thought you'd have everything right away

memesalldayjack
Автор

Thanks for making this video 🧡
You have helped me and others immensely

harshitjoshi
Автор

In python, I can just use pip install...
it can download all it's dependencies

now, I got stuck in c++
That I need to build it
what I'm trying to install is PCL

alexmattyou
Автор

couldn't you go through CMake though?

theowillis
Автор

I'm trying to use vlc API and in the lib folder there are only .c files and .h files, what do I do with them?

rede_neural
Автор

i didnt know that master oogwgay such good at programming! master, thank you

ibevplt
Автор

Thanks for the video, it was clearly explained!

Sawaedo