Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I hope someone will come along with a good C++ resource. But if you are all new to programming please don't give up if C++ becomes frustrating. Fun is essential for the will to continue and there are alternatives that might contain more fun/hour :)
-
philcr30578yC++ is some starting point. Well worth it if you become proficient at it. For resources though I don't know I've tried books and things never tried to find online stuff.
-
itch9624038yI have just started learning c++ as well. I am learning from learncpp.com .
GIve it a try or if you find something better, do reply :) -
magis22818yEasiest thing I found with cpp was don't follow tutorials, instead think of a small project idea, and I mean smalllll, read in a file, edit it and spit it out kind of small. Then go away, learn about reading in files, why you need to include headers etc, it'll teach you about cin and cout and using the stream. Just slowly start building your knowledge through little projects. Don't ever be afraid to ask on Stack why is this the solution? And understand, don't copy paste, it's a grind and a half learning cpp but you'll get there man
-
Tutorialpoint is a great site to learn about C++ and its derivatives.If u want the C environment on ur desktop then u can download TurboC++. Happy to help!!!
I am new to this world and I am wanting to learn c++ can anyone recommend me a site like code academy? Thanks.
undefined