6
jlepre
8y

I am new to this world and I am wanting to learn c++ can anyone recommend me a site like code academy? Thanks.

Comments
  • 1
    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 :)
  • 1
    C++ 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.
  • 1
    I 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 :)
  • 3
    Easiest 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
  • 2
    @magis That is actually solid advice! I
  • 1
    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!!!
  • 0
    @itch96 thanks I will check it out
  • 0
    Thanks everyone for helping me out.
Add Comment