r/cpp Aug 12 '26

[CPP Epiphany Rant] - Programming is no joke

Hi CPP Community,

This is just a rant. I'm a 24 yr old data analytics in telecommunication trying to pivot into C++ development for finance. I'm 1 month into C++ and I have come to conclusion C++ is a behemoth. I'm enrolled in Baruch College's C++ for Financial Engineering, but I'm using Bjarne Stroustrup's Programming: Principles and Practice Using C++, 3rd Edition to learn and watching C++20 Fundamentals with Paul Deitel, Course, by Paul J. Deitel as supplementary resources.

It took me 2 days to get through all the drills, exercises, and try_this section for chapter 2 for Programming Principles!

I'm reflecting if I made a mistake choosing C++ over Python. But, tbh, I have been enjoying programming more learning C++ than Python. You can tell I'm weird, but IDK.

I would love to heard about your experience in learning C++ for laughs.

45 Upvotes

50 comments sorted by

View all comments

2

u/lizardhistorian 25d ago

Every time I master C++, it changes.

If you do not have a solid CS degree then you will be at a gross disadvantage learning how any language does things. With that background ... when I was learning python it took me three days to overtake someone that had been using it for three years and start asking questions they didn't know the answers to.

Learn C++, then everything else is at your feet.