Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » wanting to learn how to program
Closed Thread
Old 02-15-2009, 06:34 PM   #1 (permalink)
kraig6412's Avatar
 
Newb Techie

Join Date: Sep 2008

Location: florida

Posts: 29

kraig6412 is on a distinguished road

Send a message via AIM to kraig6412
Default wanting to learn how to program

hey im trying to learn how to program so if there is anyway you can give me some really good pointers and tell me what language to learn it would be good.
kraig6412 is offline  
Old 02-15-2009, 07:44 PM   #2 (permalink)
S0ULphIRE's Avatar
 
01001100011011110110110

Join Date: Mar 2007

Location: Perth, Australia

Posts: 1,940

S0ULphIRE has a spectacular aura aboutS0ULphIRE has a spectacular aura about

Send a message via MSN to S0ULphIRE
Default Re: wanting to learn how to program

It depends on what you're going to be programming as to what language you learn.

Most people would say start with a simple language, just to get a general 'feel' for programming. Even something like Basic or Assembly Language would work well for you.
Learn to write simple programs using those languages, then move on to more powerful languages, like C++ or Java. There are LOTS of guides on the internet that'll help you, just google the language you're trying to learn.

In the end, it's definitely worth learning how to program. Lots of useful stuff you can do
__________________
"As a result of all this hardship, dirt, thirst, and wombats, you would expect Australians to be a dour lot. Instead, they are genial, jolly, cheerful, and always willing to share a kind word with a stranger, unless they are an American."
-- Douglas Adams

Click this if I helped you
>>>><<<<
S0ULphIRE is offline  
Old 02-15-2009, 08:11 PM   #3 (permalink)
kraig6412's Avatar
 
Newb Techie

Join Date: Sep 2008

Location: florida

Posts: 29

kraig6412 is on a distinguished road

Send a message via AIM to kraig6412
Default Re: wanting to learn how to program

ok thanks alot. can you tell me anything about pearl
kraig6412 is offline  
Old 02-15-2009, 08:55 PM   #4 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: wanting to learn how to program

Perl is a CGI scripting language. It can do various things system tasks, but is mainly used as a backend web development language.

Perl isn't too complicated, and with a good book any beginner should be able to pick it up with not too much trouble.
__________________

Need website help? PM me!
CrazeD is offline  
Old 02-15-2009, 11:52 PM   #5 (permalink)
aaronkupen's Avatar
 
Monster Techie

Join Date: Sep 2005

Location: Boston, MA

Posts: 1,791

aaronkupen is on a distinguished road

Send a message via AIM to aaronkupen Send a message via Yahoo to aaronkupen Send a message via Skype™ to aaronkupen
Default Re: wanting to learn how to program

Quote:
Originally Posted by S0ULphIRE View Post

Most people would say start with a simple language, just to get a general 'feel' for programming. Even something like Basic or Assembly Language would work well for you.
Learn to write simple programs using those languages, then move on to more powerful languages, like C++ or Java. There are LOTS of guides on the internet that'll help you, just google the language you're trying to learn.
)
Wait what, why would you recommend assembly to someone who has no experience with hardware or programming?

Just pick any language that you find interesting, if you actually really want to learn how to program -- and this isn't a fling -- any language would be a good start. The classics will always be Java or C++ though.
__________________
Lenovo Thinkpad T60
Intel Core 2 Duo T7200 @ 2.00 Ghz
2 GB DDR-2 memory
ATI Mobility Radeon x1400
60 GB 7200 rpm Hard Drive
Windows Vista Business SP1 32 Bit
aaronkupen is offline  
Old 02-16-2009, 04:44 AM   #6 (permalink)
 
Junior Techie

Join Date: Feb 2009

Posts: 69

NeoMagic33 is on a distinguished road

Default Re: wanting to learn how to program

if your a true beginner i would recommened VB.NET, its pretty simple and some of the syntax can be "english" like

up to yourself. I started out doing VB6 and Java, then moved onto C#.NET and C++

also plenty of articles on the net to help ya out
NeoMagic33 is offline  
Old 02-16-2009, 05:41 AM   #7 (permalink)
 
Newb Techie

Join Date: Feb 2009

Posts: 4

shreyasrulez is on a distinguished road

Default Re: wanting to learn how to program

MSDN Beginners Development is a great website for new programmers. It will teach you the basics and make you ready to explore programming yourself. If you follow all the video tutorials you will soon be a good enough programmer.
shreyasrulez is offline  
Old 02-16-2009, 09:09 AM   #8 (permalink)
Dr.House's Avatar
 
True Techie

Join Date: Dec 2008

Location: Rx Counter

Posts: 147

Dr.House is on a distinguished road

Send a message via AIM to Dr.House
Default Re: wanting to learn how to program

Quote:
Originally Posted by NeoMagic33 View Post
if your a true beginner i would recommened VB.NET, its pretty simple and some of the syntax can be "english" like

up to yourself. I started out doing VB6 and Java, then moved onto C#.NET and C++

also plenty of articles on the net to help ya out
I would highly recommend you stay away from VB(VB.NET) and work with a better industry accepted language (since most languages aren't written like VB is :-P) like Java, C++ and maybe C# (this a .Net Java equivalent) (from my experience most companies stay away from VB.NET, they prefer C# even when using ASP.NET).
If you want to learn this for non-commercial reasons you could always look at Ruby, its gaining a lot of ground in the developer community (it's different like VB is, but in a good way), especially, I think among Java Developers :-P

If you want to do web development there is also Ruby on Rails (learn Ruby first obv.) and PHP (not my favorite!) and Java EE.

That's about it.
__________________
Dr. House
--------------------------------------------------

Antec 900, P5K SE, E8400 "Wolfdale" 4.06GHz, Tuniq Tower, 4Gb GSkill DDR2 891, WD Caviar SE16 250, Radeon 4670 HD, WD Raptor WD1500ADFD (for sale, ~$900)
Thinkpad T61 CTO 2.2 Ghz Core 2 Duo, 2 gig, 100 gig 7200 RPM, 15.4" wide screen (for sale ~$800)
MacBook Pro C2D 2.2GHz 4 gig, 100 gig 7200 RPM
PowerBook G4 Aluminum
Dr.House is offline  
Old 02-16-2009, 07:12 PM   #9 (permalink)
S0ULphIRE's Avatar
 
01001100011011110110110

Join Date: Mar 2007

Location: Perth, Australia

Posts: 1,940

S0ULphIRE has a spectacular aura aboutS0ULphIRE has a spectacular aura about

Send a message via MSN to S0ULphIRE
Default Re: wanting to learn how to program

Quote:
Originally Posted by aaronkupen View Post
Wait what, why would you recommend assembly to someone who has no experience with hardware or programming?
Well it's what I started with, and it seemed to work fine for me.
And if you can get a handle on that, then you'll be much more prepared for programming, because not only will you have an idea of how programming works, but also an idea of how it can be practically applied. It's also a more step-by-step language than C++, you can't take too many shortcuts. Which is GOOD if you're just starting.
nehuz, that's why I'd recommend it.
__________________
"As a result of all this hardship, dirt, thirst, and wombats, you would expect Australians to be a dour lot. Instead, they are genial, jolly, cheerful, and always willing to share a kind word with a stranger, unless they are an American."
-- Douglas Adams

Click this if I helped you
>>>><<<<
S0ULphIRE is offline  
Old 02-16-2009, 07:15 PM   #10 (permalink)
aaronkupen's Avatar
 
Monster Techie

Join Date: Sep 2005

Location: Boston, MA

Posts: 1,791

aaronkupen is on a distinguished road

Send a message via AIM to aaronkupen Send a message via Yahoo to aaronkupen Send a message via Skype™ to aaronkupen
Default Re: wanting to learn how to program

I tip my hat to you, but I don't think many people would actually be able to handle starting out with Assembly.
__________________
Lenovo Thinkpad T60
Intel Core 2 Duo T7200 @ 2.00 Ghz
2 GB DDR-2 memory
ATI Mobility Radeon x1400
60 GB 7200 rpm Hard Drive
Windows Vista Business SP1 32 Bit
aaronkupen 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Troubled computer. Here's the hijackthis log. Please help! lildevil HijackThis Logs (finished) 35 02-04-2009 10:30 PM
BFG Announces Graphics Card 100 Day Trade Up Program Osiris Other Computer HW Topics 5 03-18-2008 08:34 PM
Join The Windows Feedback Program and grab some free apps Osiris Windows Operating Systems and Software 4 12-14-2007 05:45 PM
friends log Static_11 HijackThis Logs (finished) 11 11-25-2007 10:27 PM
total NOOB wants to learn how to program... Vaanish Programming Discussions 33 07-10-2007 01:26 PM