View Single Post
  #14 (permalink)  
Old March 27th, 2008, 08:50 PM
OnlyHuman925 OnlyHuman925 is offline
Registered User
 
Join Date: Mar 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to OnlyHuman925 Send a message via MSN to OnlyHuman925 Send a message via Yahoo to OnlyHuman925
Default

A good man once told me that once you know the logic behind programming and can map it out of one programming language, then you pretty much know most about any other language. In my opinion if you don't know how to work with code, there is a book you can get called Programming Logic and Design... Once you know the logic behind programming, and understand flow-charting and pseudo-code then you can go on and learn any other programming language, minus the syntax. Using Programming Logic, you learn how to process input, loops, if then else statements, variables, housekeeping, and much more. You will have more efficient codes, and in my opinion it's step one to learning how to program.

Reply With Quote