How do you learn programming?

May 26, 2013 at 10:10am

What is the best free way to learn coding without buying anything?I found some of the explanations in online C++ tutorials are quite limited and unclear.
May 26, 2013 at 10:19am
you might start with the Documentation in this site.
http://www.cplusplus.com/doc/

you can also download lots of free books, i suggest:
C++ The Complete Reference_ 4th Edition - Herbert Schildt

this is the URL:
http://cfile3.uf.tistory.com/attach/157796424D7B86980ED5F3
that's great for standard c++.

you can also watch "programming methodology" course offered free by Stanford, just search youtube for it.

the most important thing is to experiment with every new statement you learn, programming is about working by yourself.
May 26, 2013 at 10:24am
Program. Ask about issues on forums. Program more. You need many practice. Read every bit of information if you do not want to buy books: patterns of programming, best practices: you probably will not discover these yourself.
There is free variant of C++ standard. You can find some references in it if you know how to use it. Use online references.

Or become a pirate

Either way with books or not, you will not learn how to program without practice. It should be your main focus.
Last edited on May 26, 2013 at 10:24am
May 26, 2013 at 10:30am
Thank both of you very much.....
May 26, 2013 at 12:37pm
How do you learn programming?

Do you mean how to code in C++?

Or the principles of how to write computer programs?

Andy
May 27, 2013 at 4:46am
I mean learn the language and maybe made something through coding.
May 27, 2013 at 5:20am
Incognito20, I found

http://www.cprogramming.com/tutorial/lesson1.html

a very helpful place to start.

Don
Topic archived. No new replies allowed.