DEV Community

Discussion on: JAVA vs C++ vs C ?

Collapse
 
pentacular profile image
pentacular

The language is not very important -- the hard part is learning to program.

So, my recommendation is to learn the easiest language with the most resources available to you.

Having learned to program, picking up a second language is not too hard, and it gets easier from there.

Collapse
 
pvcodes profile image
Pranjal Verma

Have u any good resource for learning C++ DS and algo

Collapse
 
pentacular profile image
pentacular

Hmm. It's been a while, so I'm not sure what's good introductory material these days.

teachyourselfcs.com/ looks like a reasonable overview -- "The Structure and Interpretation of Computer Programs" is a classic, and "The Algorithm Design Manual" looks reasonable from the contents pages.