Zoklet.net

Go Back   Zoklet.net > Technology > Technophiles and Technophiliacs > Codes of all kinds

Reply
 
Thread Tools
  #1  
Old 09-01-2009, 04:54 PM
DeshiKicksFTP DeshiKicksFTP is offline
Regular
 
Join Date: May 2009
Thanks: 18
Thanked 8 Times in 7 Posts
Default Programming And Such, Help?

Alright so, I think I made a mistake here. I went to the library and got this massive book on C# because I was under the impression it would be a good first language to learn. I think I was under the wrong impression. Thoughts?


Also, I got a book on Perl that came with a CD. Should I learn this, or is there anything else I should learn first?

I just don't want to screw myself up. Thanks.


EDIT: I just realized the book was "Revised to cover Perl 5.6!", and the current release is 5.10. Before I realized this, it came with an install file. So I installed it, but it didn't do anything. So I read the read-me, and it gave system requirements for all the way to Windows 95, but it only went up to Windows 2000. Fail. I just downloaded the new one.

Last edited by DeshiKicksFTP; 09-01-2009 at 05:08 PM.
Reply With Quote
  #2  
Old 09-01-2009, 05:47 PM
Emulated_Reality Emulated_Reality is offline
Member
 
Join Date: Jul 2009
Location: Always Connected
Thanks: 2
Thanked 22 Times in 18 Posts
Default Re: Programming And Such, Help?

C and C++ are some of the best languages to know, so if you can learn them then do it. Otherwise, start out learning HTML/Java/whatever. C isn't that hard though.
Reply With Quote
  #3  
Old 09-01-2009, 06:48 PM
DeshiKicksFTP DeshiKicksFTP is offline
Regular
 
Join Date: May 2009
Thanks: 18
Thanked 8 Times in 7 Posts
Default Re: Programming And Such, Help?

Quote:
Originally Posted by Emulated_Reality View Post
C and C++ are some of the best languages to know, so if you can learn them then do it. Otherwise, start out learning HTML/Java/whatever. C isn't that hard though.


I'm learning HTML at the moment. What's the difference between C#, C, and C++?
Reply With Quote
  #4  
Old 09-01-2009, 07:27 PM
Jo0 Jo0 is offline
Baron
 
Join Date: Jan 2009
Location: Dallas
Thanks: 11
Thanked 94 Times in 64 Posts
Default Re: Programming And Such, Help?

I took Java in High School, now that I'm in College I'm taking C++. So far I know that java and c# are run off a runtime, which takes care of memory and what not. Making it a "safe" language (so my professor says). C/C++ are languages that run without a run time and the memory usage and stuff is managed through the coder/code, and that you have more direct access to hardware through C/C++ where as java/c# wont give it to you. I think C++ is just C with added stuff. I could be wrong. Whatever I'm missing I'm sure the code gurus around here will give a better explanation.
Reply With Quote
  #5  
Old 09-01-2009, 07:54 PM
NamelessNom4d's Avatar
NamelessNom4d NamelessNom4d is offline
Procrastination Expert
 
Join Date: Jan 2009
Location: Pennsylvania
Thanks: 915
Thanked 674 Times in 485 Posts
Default Re: Programming And Such, Help?

HTML isn't really a code... it's more of a formatting syntax.

Java is a very good language to learn, it's similar to C++ in syntax. Both are good first programming languages. Start out experimenting with Hello World type programs and just work your way up from there. I took classes in high school and learned both C++ and Java but I also experimented a lot and figured out some stuff on my own. A lot of learning code is experimentation...
__________________
---------- ------------
Reply With Quote
  #6  
Old 09-02-2009, 01:58 AM
Jo0 Jo0 is offline
Baron
 
Join Date: Jan 2009
Location: Dallas
Thanks: 11
Thanked 94 Times in 64 Posts
Default Re: Programming And Such, Help?

Quote:
Originally Posted by Slice_760 View Post
HTML isn't really a code... it's more of a formatting syntax.

Java is a very good language to learn, it's similar to C++ in syntax. Both are good first programming languages. Start out experimenting with Hello World type programs and just work your way up from there. I took classes in high school and learned both C++ and Java but I also experimented a lot and figured out some stuff on my own. A lot of learning code is experimentation...
This. Too bad I'm one of those people who can't come up with an idea to code unless someone gives me something like a lab sheet or some problem to solve. So I can't really experiment on my own.
Reply With Quote
  #7  
Old 09-02-2009, 02:07 AM
DeshiKicksFTP DeshiKicksFTP is offline
Regular
 
Join Date: May 2009
Thanks: 18
Thanked 8 Times in 7 Posts
Default Re: Programming And Such, Help?

I know HTML isn't code. I just figured it'd be a good thing to know, and a good place to start. Cause if I can't learn HTML, I'm not gonna be able to learn a legit language.
Reply With Quote
  #8  
Old 09-02-2009, 02:36 AM
MunkeyQ MunkeyQ is offline
lolwatts
 
Join Date: Jan 2009
Location: Midlands, UK
Thanks: 140
Thanked 314 Times in 249 Posts
Default Re: Programming And Such, Help?

Moving to Codes Of All Kinds.
__________________
Please don't PM me with technical questions - start a thread!
Reply With Quote
  #9  
Old 09-02-2009, 10:50 PM
Axiom Axiom is offline
Duke
 
Join Date: May 2008
Thanks: 21
Thanked 53 Times in 42 Posts
Default Re: Programming And Such, Help?

Maybe you should write down all the things about C# you thought made it a bad language for first timers. Then we can find a language that limits the use of those features. Everybody struggles with different aspects in learning, in theory C# should be a great first language as it's a managed language, but that level of obfuscation from the system is also overwhelming and hard to navigate if you don't have the underlining C background to understand what's going on and why you need to perform certain actions at certain times.

Perl is a great language, but the syntax would be hard to read for someone with no experience. PHP might be a good first language. Pascal is another good one for applications programming (Borland Delphi). C is simple enough and useful as well. Ruby is a good introduction to an all rounder, beautiful syntax to work with. If you've got 15mins you can try an interactive Ruby tutorial at http://tryruby.sophrinix.com/ type "help" to start.

Do some research and be prepared to commit a lot of time to learning your first language. Once you get your first, the others come pretty easily. Also, learn how to read formal documentation. A functions implementation is not always written in plain english...
Reply With Quote
  #10  
Old 09-03-2009, 06:11 AM
lolocaust lolocaust is offline
Member
 
Join Date: Mar 2009
Location: /dev/null
Thanks: 69
Thanked 59 Times in 44 Posts
Default Re: Programming And Such, Help?

C is a wonderful language that's completely worth learning. I feel that C++ or Java isn't the best first language to learn because OOP seems cumbersome and annoying at first (keep in mind this is only my opinion); also if you understand C, you understand the general syntax of a shitload of languages (including Java, C++, perl, and many others).

I use perl pretty much as duct tape (along with bash scripts); it can be an incredibly powerful language, but it's often messy. It was the first real programming language I learned, if I recall correctly.

Lots of people would also recommend Python. I don't like it because I'm difficult and don't like to take my whitespace seriously, but to each his own.

Ultimately I recommend either perl or python, I guess. I think you'd be able to get the most use out of them the quickest. Other than that it doesn't really matter, once you get the basics and get in a certain mindset you can (and should) pick up most other languages fairly easily (except functional languages - haskell is melting my brain at the moment).

also,
Quote:
Originally Posted by DeshiKicksFTP View Post
What's the difference between C#, C, and C++?
C is farily low-level. Most unix programs are written in it. It's also incredibly fast.
"C++ is an octopus made by nailing extra legs onto a dog" - Anonymous
C# was designed by microsoft so I always just assumed it was for fascists.

Hope I was at least somewhat helpful. Good luck
Reply With Quote
  #11  
Old 09-08-2009, 06:05 AM
DeshiKicksFTP DeshiKicksFTP is offline
Regular
 
Join Date: May 2009
Thanks: 18
Thanked 8 Times in 7 Posts
Default Re: Programming And Such, Help?

Thanks for the help guys.
Reply With Quote
Reply

Bookmarks

Tags
programming

Thread Tools

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Game Programming People Fragyard 28 12-29-2009 09:11 PM
C Programming help Treefingers.s Technophiles and Technophiliacs 1 07-28-2009 11:28 PM
claims to programming you can lie about sexualjesus Network Security & Hacking 2 07-28-2009 01:09 AM
Intro Programming is gay rabbitweed Pissin' Each Other Off 5 05-11-2009 04:06 AM
C Programming Help Slightly Stoopid Codes of all kinds 3 02-09-2009 01:56 AM


All times are GMT. The time now is 10:35 PM.


Hot Topics
On IRC
Users: 4
Messages/minute: 0
Topic: "http://www.zoklet.net/..."
Users: 24
Messages/minute: 0
Topic: "ask ibm why atlantis is real"
Users: 11
Messages/minute: 0
Topic: "So wie ich die sache sehe ist die intelligenz bereits ausgerot..."
Advertisements
Your ad could go right HERE! Contact us!

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.