lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
700 stars 26 forks source link

Why you NEED to learn C++ in 2022! (2024?) #91

Open lefticus opened 2 years ago

fcolecumberri commented 1 year ago

This sounds like a title to convince people to learn C++, which makes sense to people that do not know C++. However, do you have followers that do not know C++?

I mean, your channel is about middle/advanced, understanding of C++. I assume all your followers of C++ Weekly can already answer that question.

fcolecumberri commented 1 year ago

The entire porpoise of the next comment is a joke DO NOT TAKE IT SERIOUSLY

Easy, you just need to execute the next code:

#include <chrono>
#include <BTTF/BTTF.hpp>

auto main(){
    auto year2022 = std::chrono::year(2022);
    auto delorean = DeLorean;
    auto self = Self;
    delorean.assemble(FLUX_CAPACITOR);
    do{
        delorean.go({self}, year2022);
        self.study(CPP);
    }while(! self.understand_cpp());
    return 0;
}

Since C++ is a complex language results may vary, you may need to adjust the step 4 to go to 2019 in order to have enough time.

lefticus commented 7 months ago

This title is getting increasingly out of date.