cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

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

Open lefticus opened this issue 3 years ago • 3 comments

lefticus avatar Jul 26 '22 19:07 lefticus

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 avatar Nov 13 '22 19:11 fcolecumberri

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.

fcolecumberri avatar Jan 09 '23 18:01 fcolecumberri

This title is getting increasingly out of date.

lefticus avatar Mar 10 '24 23:03 lefticus