d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Great Books For Learning C++ & Data Structures
Add Reply New Topic New Poll
Member
Posts: 29,378
Joined: Jun 19 2009
Gold: 323.77
Aug 20 2018 10:53am
I'm pretty rusty on my coding and took C about half a year ago, looking for good advice on learning C++ (Websites, Apps, or books)
Thoughts?
Member
Posts: 23,518
Joined: Aug 3 2011
Gold: 3,575.00
Aug 26 2018 08:09pm
While these may be the more common object orientated languages, I'd recommend doing more Git/Bash, and learning Rust/Python as all the companies are moving towards this o.o
Member
Posts: 2,957
Joined: Aug 29 2011
Gold: 0.00
Aug 27 2018 01:59pm
Quote (Cocoo @ Aug 26 2018 07:09pm)
While these may be the more common object orientated languages, I'd recommend doing more Git/Bash, and learning Rust/Python as all the companies are moving towards this o.o


Why the fuck is my college only teaching me C++ then lol

This post was edited by KronikSmoker on Aug 27 2018 01:59pm
Member
Posts: 11,153
Joined: Aug 23 2008
Gold: 4,230.00
Sep 4 2018 02:09am
Quote (KronikSmoker @ Aug 27 2018 09:59pm)
Why the fuck is my college only teaching me C++ then lol


C++ is still an industry standard. The course material is usually dependent on what the teacher knows.
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Sep 4 2018 06:31pm
Quote (KronikSmoker @ Aug 27 2018 02:59pm)
Why the fuck is my college only teaching me C++ then lol


I think learning OOP in C++ or Java is a good first step. Python is a scripting language and OOP practices are not commonly followed in favor of a procedural approach.
Member
Posts: 12,698
Joined: Jul 1 2007
Gold: 0.00
Sep 14 2018 10:14am
I would go with what the new startups and biggest companies are using. I studied C++ etc., Python, Javascript, HTML, Ruby on Rails, PHP, blah blah blah. I'm too impatient to write code, but my advice would be to learn Python because it's super intuitive and can do everything C++ does, and it's more widely used today. Once you learn Python and learn about algorithms and the logic needed to write code well, you should be able to learn how to use CSS/scripts/etc. and just find whatever language works for you.

I'm no expert on coding and I can't ever get a job in programming because of my record but as long as you don't make the same mistakes as I did and work toward your goal I guarantee you'll succeed. I sincerely hoped this helped; I probably have no idea what I'm talking about but I just don't want the youth to go down the same road I did

This post was edited by leepotter on Sep 14 2018 10:14am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll