Making and Working with Libraries in C++ (Multiple Projects in Visual Studio)

preview_player
Показать описание


Thank you to the following Patreon supporters:
- Samuel Egger
- Dominic Pace
- Kevin Gregory Agwaze
- Sébastien Bervoets
- Tobias Humig

Gear I use:
-----------------

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

You forgot to turn off wire-frame display for the cactus.

prezadent
Автор

I'm immediately subscribing, because of how clear the tutorial is

shaladddin
Автор

Your C++ series is really good. Thanks for making these as they're super helpful.

pwrdwnsys
Автор

You're naturally gifted at walking people through potentially complex concepts rather effortlessly. I'll definitely be checking out more of your videos. Thanks man!

robertmoats
Автор

This is exactly what I needed!
I would love to see a tutorial about proper use of namespaces in a large project and correct inclusion of header files (So that no circular dependencies can happen)

HaeriStudios
Автор

Great tutorial, short, direct and on point, well explaint for beginners, thank you very much!

mb-qlgb
Автор

Cool... You showed what exactly I was looking for... in detail and easy to understand...

fzntolenk
Автор

This video explain its content as beautiful as a masterpiece. Thank you.

bulentgercek
Автор

Thank you, this was much easier than the MS guide for setting up a DLL. I couldn't get that to work. This guide is simpler. And note that it's also good for DLL's, not just static libraries!

gavinw
Автор

This was really helpful.

I feel like I understand namespaces much better, too.

dreamhollow
Автор

I would like to see a video about exception handling in C++.

lechi_
Автор

Wow, you really saved me!!!  Thanks SOOO much!

MSSoftwareGuru
Автор

I spent hours trying to figure this out myself a few weeks ago. If I only knew that it was this simple...

Playturbot
Автор

Great video as always mate. It would be great if you could make a couple of videos regarding operator overloading as well as polymorphism.

josea
Автор

Your tutorials are really good. Thanks for this. Want to build a custom maths library for my 3d projects so I don't recopy every time. Thanks.

femloh
Автор

I would like to see a video about C++ mobile development showing how to develop a very simple cross-plataform app. Maybe a video about "modern C++"? Another one about makefiles and/or CMake? I couldn't find good youtube videos about these topics, so... :)

eduardolacerda
Автор

Hey, A big fan of your great c++ sessions. can you please make one video on VSTest or native c++ unit testing in visual studio? This will be a great subject to make a video. Looking for hearing soon :)

shyammishra
Автор

I find it absolutely astonishing how vague and insanely complicated learning compiling with C is. You'd think having had over 45 years someone would have created a workflow that's actually readable. I can learn any programming language in 2-3 days but after 4 days now I'm still no where near closer to actually compiling a usable .lib file or where it actually goes in my project or anything. I think I'm actually more confused than helped by all the reading about Visual Studio I've done.

thetankgarage
Автор

Templates... Please make an in depth video on templates

ashutoshrautela
Автор

Like it, even though i knew all the stuff. But confirming it is kind of satisfying ;)

Fnalspace