![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2007
Location: Sunderland
Posts: 156
OS: Windows XP Home SP3, Windows Vista Home Basic
|
Computer Programming [moved from Vista]
I'm not sure if this is in the right place, so please advise.
I am interested in getting into computer programming (nothing too advanced at the moment), but have no idea where to start. Please could you point me in the direction of some decent tutorials and software (preferably free) so that I can just get a taste of what computer programming is like. I've heard of several programming languages (C++, Visual Basic, Javascript), but I'm not bothered about what the tutorials are for. I just want a taste for programming at the minute - if I find I enjoy computer programming I may take a course in it or dedicate a lot of time to teaching over the internet. Any advice welcome, thanks. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros
|
Re: Computer Programming [moved from Vista]
Hey, as you're not bothered about which language(i applaud that actually, the first thing you should do is learn the programming concepts), i suggest you try out C++... Here's a good link for tutorials: http://www.cprogramming.com/ Go to the C++ quickstart(not C, unless you'd rather try C), they advise you use the Dev-C++ IDE(i do to, it's free)...
If you want something easier you could try a watered down language(in my opinion) like AutoIt or AutoHotkey, these two are generally aimed at pc management but if you google them they're both free to use and have a lot of documentation on them... If you want web-based languages (X)HTML, CSS and Javascript are the main 3 to learn and theres some good tutorials here(yet again all free to learn and use, i started with web-based but it really depends on what you want to be able to do): http://www.w3schools.com/ You could also try Java(I think Java's popularity is going up) but personally i havent found a load of documentation on it(other than Sun's tutorials) if you want this i can provide more links but google will also help... Cheers, Jamey p.s. if you want a sturdy introduction to programming concepts(which will help you pick up new languages in future) i definately advice C++ Last edited by jamiemac2005; 09-26-2008 at 05:34 PM. |
|
|
|
|
|
#3 (permalink) |
|
Moderator: Design
Join Date: Oct 2006
Location: Richmond, B.C.; Canada
Posts: 1,433
OS: Windows XP [Version 5.1.2600] SP3 | Ubuntu Jaunty Jackalope | Windows 7 BETA
|
Re: Computer Programming [moved from Vista]
I would go with Ruby or Perl. C++ is fine, but the ultra-strict code can be infuriating to deal with. Java is best to save until you have mastered C++, because Java and C++ share about eighty per cent of code.
I use the Visual Studio Express Edition C++. It's also free, and is a lot easier to install and work with for the average user. http://www.microsoft.com/express/vc/ I found Dev-C++ to be completely incompatible with Windows, but it was probably a special case. Ruby help and download: http://www.math.umd.edu/~dcarrera/ruby/0.3/ Perl help: http://www.tizag.com/perlT/ You don't need a special program to create files, but you do need a compiler for C++ (included in Visual Studio), and a compiler for Ruby is helpful. Perl compiles in the browser, just like XHTML/CSS. I recommend Notepad++ [http://notepad-plus.sourceforge.net/uk/site.htm] for coding, because the syntax highlighting makes finding mistakes easier, and user macros make repetitive tasks, such as creating page headers, faster and easier.
__________________
![]() Validate your Markup Validate your CSS Notepad++ Please use [html], [php], and [code] when posting code or markup. I do not help by Private Message or e-mail. If for some reason I have over-looked a reply to a thread that I have previously replied to, then send me a message. |
|
|
|
|
|
#5 (permalink) | |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros
|
Re: Computer Programming [moved from Vista]
Quote:
I hadn't thought of ruby or perl actually, (mainly because i have no experience of them)... and if you're going to start with C++ i definately suggest you take a look at cprogramming.com it has tutorials for complete beginners to advanced programmers. Cheers, Jamey |
|
|
|
|
![]() |
| Thread Tools | |
|
|