Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Where to start with programming?
Closed Thread
Old 02-20-2009, 11:59 AM   #1 (permalink)
Chad711's Avatar
 
Monster Techie

Join Date: Oct 2008

Location: Irving, TX

Posts: 1,179

Chad711 is on a distinguished road

Default Where to start with programming?

I've always wanted to get into programming. It's always been something I thought that would be really rewarding. Being able to create a application from the ground up or a game.

I've read a few beginner books that really talk about the history of it and some basic things. I have another book that is huge....called Beginning C# but I haven't started it. Just haven't found the time really. Second, I think I'm a better learner if someone that knows this stuff is teaching me it, or if I was in a class learning. Reading about it myself just doesn't really benefit me as much as being taught the languages.

So with that said, where do I start? Is there classes I can take with out having to go to college to do it? Classes that are strictly for a language I want to learn? If so where should I start? If I want to learn C#, PHP and I'd also like to get into Sharepoint. I've heard there isn't many people out there that know Sharepoint so knowing Sharepoint would help with getting a decent job.
__________________
Q6600 OC 3.0, 4870 1GB,750w, 4GB DDR2, T-Power I45, Extreme Audio X-Fi OS: Windows7-64-Pro, Contact Core Freezer, Acer G24"/LG 22"
Chad711 is offline  
Old 02-20-2009, 12:02 PM   #2 (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: Where to start with programming?

You honestly just need to spend time on it. If someone is teaching you, that can only do so much -- you will need to spend hours and hours outside of that small lecture or demonstration to work things out for yourself and experiment. You can't be taught all logic, you can only be guided as to how to work out a problem.

Simplest thing to do is to grab a book and really make the effort to learn. If you are unable to do that, then you honestly might as well not bother. Real programming is not something you just pick up and do on a whim.
__________________
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-20-2009, 12:03 PM   #3 (permalink)
Baez's Avatar
 

Join Date: Sep 2005

Location: Toronto, Canada

Posts: 5,469

Baez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of lightBaez is a glorious beacon of light

Default Re: Where to start with programming?

Many colleges offer single courses like what you're talking about so just ask around and don't be afraid to phone them. They're usually very accomodating and helpful.
__________________

Baez is offline  
Old 02-20-2009, 12:13 PM   #4 (permalink)
Chad711's Avatar
 
Monster Techie

Join Date: Oct 2008

Location: Irving, TX

Posts: 1,179

Chad711 is on a distinguished road

Default Re: Where to start with programming?

I know it takes time and some thought of your own. I know that one person might do the same job different then the next guy. What I am asking though, is where do you start? Is it ok to just jump in C# or is there another language I should know in and out before I get into C#? Or would it be better to not know another language and start fresh with PHP and C#?
__________________
Q6600 OC 3.0, 4870 1GB,750w, 4GB DDR2, T-Power I45, Extreme Audio X-Fi OS: Windows7-64-Pro, Contact Core Freezer, Acer G24"/LG 22"
Chad711 is offline  
Old 02-20-2009, 02:10 PM   #5 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: Where to start with programming?

Quote:
What I am asking though, is where do you start? Is it ok to just jump in C# or is there another language I should know in and out before I get into C#?
You can start with any language. Everyone has an opinion on which is the best to start with, but it doesn't really matter. My only suggestion is to pick one language and use it as the vehicle to learn how to program. In other words, don't try learning PHP and C# at the same time. It can be done, but for a beginner, it's much easier to learn just one language syntax at a time.
jaeusm is offline  
Old 02-20-2009, 02:18 PM   #6 (permalink)
surgeVel's Avatar
 

Join Date: Feb 2008

Location: Fort Wayne, IN

Posts: 2,150

surgeVel will become famous soon enoughsurgeVel will become famous soon enough

Send a message via AIM to surgeVel
Default Re: Where to start with programming?

Agreed with jaeusm.

Once you learn a language, the syntax is very similar throughout all other programming languages, and it is very easy, for the most part, to adapt. I would suggest starting with C or Java as they are the more commonly used languages.
__________________

If I was helpful, please click the icon on the left hand side of this message that looks like a check mark Thanks!

Sig courtesy of Baez =)
surgeVel is offline  
Old 02-20-2009, 03:08 PM   #7 (permalink)
 
Banned

Join Date: Feb 2009

Location: Guantanomo Bay, Cuba

Posts: 546

SparkMonkeyHellion is on a distinguished road

Default Re: Where to start with programming?

it would also help if you had a focus... do you want to go into Video Game programing? then you def. need C#

Scientific... then go with Fortran and visual basic.

If you just want generic computer programming, pascal or C++

If you want to get into more modern stuff, DEFINITELY learn PHP
SparkMonkeyHellion is offline  
Old 02-20-2009, 03:57 PM   #8 (permalink)
Chad711's Avatar
 
Monster Techie

Join Date: Oct 2008

Location: Irving, TX

Posts: 1,179

Chad711 is on a distinguished road

Default Re: Where to start with programming?

I want to learn C# for sure because I want to program video games. I want to learn PHP because I want to be able to do side jobs too for people, web apps, etc. So looks like I will put PHP to the side for now.

Thanks for the help. Guess I will dig into that book I have. Here it is: Beginning C#
__________________
Q6600 OC 3.0, 4870 1GB,750w, 4GB DDR2, T-Power I45, Extreme Audio X-Fi OS: Windows7-64-Pro, Contact Core Freezer, Acer G24"/LG 22"
Chad711 is offline  
Old 02-20-2009, 04:25 PM   #9 (permalink)
 
Banned

Join Date: Feb 2009

Location: Guantanomo Bay, Cuba

Posts: 546

SparkMonkeyHellion is on a distinguished road

Default Re: Where to start with programming?

I taught myself HTML (okay, I know it's not very complicated so ) but anyways the way I did it was just go through and look at all the little demos of code and type those in and then change it around, just to get used to the syntax.

plus GOOGLE is awesome. just type in something like "table html/css" and you will get gobs of code.

I'm sure it would work the same way for PHP:

Like this I just did "PHP Frames"

How To Use PHP Tables Instead of Frames
SparkMonkeyHellion is offline  
Old 02-24-2009, 10:51 PM   #10 (permalink)
S0ULphIRE's Avatar
 
01001100011011110110110

Join Date: Mar 2007

Location: Perth, Australia

Posts: 1,976

S0ULphIRE has a spectacular aura aboutS0ULphIRE has a spectacular aura about

Send a message via MSN to S0ULphIRE
Default Re: Where to start with programming?

I'd say definitely look into getting into a programming course in college. It cost me about 60-80 bucks total 2 years ago for the programming part of my college course, and I gotta say it's a LOT easier when you've got the right equipment, software, and someone standing by to explain anything you get stuck on.

When you first start, programming is HARD. At least, it was for me. That's why I reckon it's important to get started the right way, it's easy to put yourself off by trying to start without any help. Once you've got the basics of one language done, a LOT of other languages are easier to learn.
__________________
"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 online now  
 
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
My Hjt Log File! yoshi1476 HijackThis Logs (finished) 5 09-05-2008 08:06 AM
Computer Still acting screwy Shana2415 Virus - Spyware Protection / Detection 10 09-03-2008 11:36 AM
PC hard to start and freezing Mike9182 Hardware Troubleshooting 4 12-26-2007 07:35 AM
seagate 80gigs failing.. acuariano Hardware Troubleshooting 27 08-27-2007 10:43 PM