Navigate Select ESC Close

C++ Is An Absolute Blast

2024-12-23 Science & Technology
303.3k
5.9k
957
ThePrimeTime
ThePrimeTime
1.1m subscribers

Unlock all features

FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.

Description

Twitch https://twitch.tv/ThePrimeagen Discord https://discord.gg/ThePrimeagen Become Backend Dev: https://boot.dev/prime (plus i make courses for them) This is also the best way to support me is to support yourself becoming a better backend engineer. ### LINKS https://learncodethehardway.com/blog/31-c-plus-plus-is-an-absolute-blast/ By: Zed A. Shaw | https://x.com/zedshaw?lang=en Great News? Want me to research and create video????: https://www.reddit.com/r/ThePrimeagen Kinesis Advantage 360: https://bit.ly/Prime-Kinesis Get production ready SQLite with Turso: https://turso.tech/deeznuts

Top Comments (10)

@leonhardmay3569 2024-12-23

C++ is terrible, I love C++

1.6k 43 replies
@kuhluhOG 2024-12-23

47:45 "Any long lived C++ project is hot garbage and not fun" Throw out "C++" and it's still true.

839 18 replies
@realdoro 2024-12-23

writing games is just peak programming enjoyment

619 19 replies
@jacobthornton1745 2024-12-23

"A quick example of using directx12 api" - the 3d rendering engineer in me started snickering.

206 1 replies
@us4tiyny4n 2024-12-23

Workaround Oriented Programming is what burns me to the ground. Especially if it wasn’t my code from the beginning, I just can’t…

161 8 replies
@ficolas2 2024-12-23

Will I finish the project? No but I will finish the problem. Im taking that as a personal attack

96
@YourLocalAgent17 2024-12-23

I just took my first class that used C/C++... I loved it. I felt like I actually had to learn what and why I was doing things, not just throwing together built-in functions. I don't know why this made me happier to program, but nonetheless it did 🤷‍♂️

71 8 replies
@michaelhollis5749 2025-01-05

I've been through Java, Go, Python, Ruby, little bit of PHP, C/C++. Desperately wanting to find the perfect abstraction layer for me...always find my way back to C++. There's just something about the freedom you have with the language and how powerful it is. Still have a lifetime of learning it, but am happy to do so.

68 1 replies
@sorek__ 2025-02-21

I love C++ as embedded engineer. I had a problem with memory (embedded, duh) basically storing lots of float historic data for graphs and averaging. It scales terribly with number of parameters to log, but I though - wait a second, I don’t need a big precision on this data. So I found library named Half, and it’s basically single header only library that is 3000 lines long, but covers all possible architectures and compilers and brings down 32 bit float to 16 bit. Best part? Because C++ has operator overloading adding it to project and replacing my usage was as simple as doing typedef and replacing float -> Half after including single Half.hpp header. And now it takes Half the space! 0 costs abstractions are real incredible power of C++. It’s hard language, and I doubt anyone on earth (even creators) understand it fully, but at the same time it’s in my opinion best language ever.

64 4 replies
@dexter9313 2024-12-23

I've used C++ through all those phases, the current phase we're at is clearly the best. It's still my language of choice for anything compiled.

46 4 replies

Unlock the Data Inside
Turn Videos into Knowledge

  • Get FREE 10/day: transcripts, summaries, chats
  • Chat with videos, export text & PDF
  • $1 free API credit for RAG, chatbots & research

Free forever plan • All features unlocked

App screenshot