Twelve Years of Service
Posts: 199
Threads: 11
RE: coding tuts ? 05-04-2014, 03:58 PM
#3
This may sound biased, but it's not.
While learning, the key element in programming is to practice it, programming is like art,
you can't master art by reading books, but to practice it.
Also if you practice it you will memorize the keywords and syntax very easily
much better then trying to memorize it by reading it over and over.
Always try new things, always read and practice.
The final thing you should know is to just have fun and always be curious, that is true learning unlike anything
you will see in school.
as for how to start,
your best language would be C, It is a simple language but extremely powerful. >
once you learn it, you will be very familiar with the other languages, making it much easier to understand others.
You will need 2 things to write code in C, a compiler and an editor.
However you can just download an IDE which has both combined.
I'm too lazy to do that for you so you just google it.
as for a "guide" that you seek, online guides are decent but for flawless learning you should
read "The C Programming Language" by Dennis Ritchie, it is the best book as of now on C, written by the guy who created it [RIP].
•
Twelve Years of Service
Posts: 1,224
Threads: 88
RE: coding tuts ? 05-04-2014, 04:07 PM
#4
I dunno, C is pretty dificult but python is a nice simple intro to programming. Then move on to http then java is then c, and so on and so forth. Its really up to you but python is a pretty easy way to teach the idealogy of coding and how it works. Personally I started with DOS then html then python and next java and things are pretty smooth sailing for me so yeah.
•
Twelve Years of Service
Posts: 199
Threads: 11
RE: coding tuts ? 05-05-2014, 09:37 PM
#7
Online compilers are faggotry, one must stop wasting their precious time by getting an offline compiler.
•