Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-27-2006, 12:07 PM   #11 (permalink)
 
True Techie

Join Date: May 2006

Location: Chicago IL

Posts: 104

thejeremy

Send a message via AIM to thejeremy
Default

Learning how to program incorporates determining the best way to implement the task at hand. When you are faced with a problem/task in terms of programming, you can usually go about it several ways. Example: You want to code a database to hold data about your business clients. You could do this all in one file contained in a single loop, which would be sloppy, unethical, and tedious, or make use of classes, object-oriented programming, templates, multiple files, and specific functions, which is much more organized and useful. Learning how to program involves seeing the construction and structure of a program before it is actually coded. There tends to be methods and techniques that are more efficient than others. There also is generally a sense of style that is accepted as proper etiquette in coding communities. Being more aware of style as you code as well as inserting comments periodically also makes your code easier to read and understand in case others have to make changes later on.


I hope this has helped
__________________
CPU: AMD Athlon 64 X2 5200+ Windsor, 2.6 GHz
RAM: CORSAIR XMS2 2GB 240-Pin DDR2
VIDCARD: EVGA PCI-Express x16 GeForce 7900GS 256MB
MOBO: ASUS M2N-SLI Deluxe AM2
HDD: Seagate Barracuda 320GB 7200 RPM SATA

my blog: http://jspot.gotdns.com
thejeremy is offline  
Old 07-27-2006, 12:29 PM   #12 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Quote:
Originally posted by Snake-Eyes
The only thing confusing about it is where would i go to learn how to program, instead of learning a specific language?
You'll need to learn a language of some sort in order to program anything. As I said before, a programming language is a tool. In order to become effective with a tool, you need to practice using it and reading about how to use it correctly.

Think of it this way. I could try to explain to you how to drive a nail through a piece of wood. I could also give you books describing the process as well. However, you won't benefit from all that information unless you can try it out with an actual hammer and nail. In other words, you're going to need to learn a language in order to learn how to program.
jaeusm is offline  
Old 07-27-2006, 12:33 PM   #13 (permalink)
 
Monster Techie

Join Date: Dec 2004

Posts: 1,145

Snake-Eyes

Default

@thejeremy; I understand completely. At least, i believe so. Another thanks!

@jaeusm; I get it now. Thank you!
__________________
Snake-Eyes is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On