C++ Programming Tutorial 72 - Intro To Multifile Compilation

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


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

So here I am, 3/4 of the way through your tutorial series. I have to say that these videos have made me get the best score possible on my C++ class. I find it particularly funny how you state that it's complicated to learn the concept after you just finished breaking it down into simple to understand bite size chunks and done an excellent job at explaining them one by one.

chriscruz
Автор

@Caleb Curry you don't know how much I look forward to the music at the end of your videos

killeryou
Автор

I've just started watching some of your videos and they've been very helpful!
@2:11 on this one, you had me dying from your reaction to the chalk screeching! I played that back at least 10 times!
Thanks!

DerrickStortz
Автор

caleb thanks for putting up this topic, the most important one but the least concentrated by every You are awesome

Pooh____
Автор

thank you caleb. you just saved me from my nightmare

JP-vgvl
Автор

thanks dude u explaining the class as separate header file and source file so good

wingardiumleviosa
Автор

I like how you snuck an Embarcadero reference in near the end 🙂

PunmasterSTP
Автор

Instead of fancy puking at 2:08, I got goosebumps. Horrible!!!
Aside of that, everything is great. Thanks Caleb :)

FelLoss
Автор

Ahhh so now we know your weakness, Nails on the chalkboard

Zimbob
Автор

wouldn't it be easier to use #pragma once instead of classic #ifndef ?? and if not what are the pros and cons for each one of them?

elhusseinshamsel-din
Автор

#pragma once > iam a jock to you !>>>>

abdelrhmanahmed
Автор

When I was first learning about Multi-file Compilation, the third file was introduced to us as the Driver file

andymr.
Автор

how is the cpp code compiled in vscode?, up until now I used an extension ( code runner / .run ) and it's kind of annoying to use. At first, I used dev c++, I really think that IDE had much potential, I don't understand vscode that much yet, so I don't know how to customize it to be like dev c++ ( execution-wise: opens a terminal in new window, it shows the time it took to compile, and returns the main function, be it 0 or an error number, etc.). If someone knows how to have a compiler like that, I would be grateful... Also, if there isn't an extension to compile the code like I just mentioned, it would be cool to create one ( if anyone is interested lol, I know there are people out there that really liked dev c++ as I do, but don't use it because of it's support :c ).

DarkellVein
Автор

Hello Caleb, I am watching your c++ tutorials from beginning and for files I have a question . What if we just use .h(header files) for implementation and declaration at the same time and dont make a new file for implemention . Just use a header file and main for these situations because it doesnt make any sense for me two use 2 files for declaration and implementing . While we are using implementation file we already write the same code as in the declaration file . So can you explain me why it is important to use declaration and implemention in two seperate files ? thank you for your help :)

BatuhanWeb
Автор

You called hashtag the pound sign, not even close hahaha

Bobifier
Автор

Hello! Kenneth was here haha :)
#include <string>
using namespace std;

int main()
{
std::string great_yute = " fantastic yute";
std::cout << " Kenny is a " << great_yute;
}

kennethaidoo
join shbcf.ru