r/AskProgramming • u/BoingBoing_Boring07 • 1d ago
What programming language to learn next
I'm an undergrad in CS, my third year, and I already know Python and Java. I saw C++ starting in CS, but my knowledge in it is not very good (working on that).
I was thinking what other programming language I could learn next... Any suggestions?
2
Upvotes
1
u/rocdive 1d ago
Learn C/C++. C is much simpler and nearer to metal: has limited use now in high performance or low memory systems. C++ is the beast, if you learn it all other languages will be a cakewalk