Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse
jenesaisquoi@feddit.org 1 week agoC++ is a monster. I’d suggest C instead to learn about these basic ideas.
Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse
jenesaisquoi@feddit.org 1 week agoC++ is a monster. I’d suggest C instead to learn about these basic ideas.
MolecularCactus1324@lemmy.world 6 days ago
C++ has classes though and if you start with C and then try to go to other Object-oriented languages then you’ll be a little lost. But, by learning C++ first, you’re pretty much learning C at the same time, you just need to avoid using classes.