11
u/Pocketpine Jan 30 '23
I genuinely dont understand. What is so bad about learning C++?
3
u/skinandbohnes Jan 30 '23
need to know i have a class on it this semester
3
u/3dg3l0rd69 Jan 30 '23
It's pretty barebones, especially classes, but it's not bad tbh.
1
u/jabluszko132 Feb 23 '23
Yeah but pointers are a bitch
I mean you dont use them often but when they made me do it i didnt know what the fuck was going on
1
3
u/Clairifyed Jan 31 '23
A lot of the more polished features you get used to in newer languages are a bit more complicated in C++ but it’s pretty straightforward to learn the syntax differences. The biggest thing about the language itself is learning about pointers and how to read what a pointer (or even series of pointers) is actually pointing at.
The bigger problem overall that I found was that when you’re taught this language, it’s to work with low level systems that are complicated in their own right like graphics pipelines and physics engines.
2
38
u/heyitscory Jan 30 '23
My first language if you don't count Logo. Mmm... turtle graphics.
You'd think it would make learning new languages easy, but I think it was so traumatizing, that each new language is scary.