Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-06-2009, 09:12 AM   #1
Warrior Member
 
Join Date: Dec 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Online tutorials for programming languages

I am new to this coding world. Recently I have started with Turbo C/C++. What next should I go for c# or java? Are their any online tutorials available through which I can start by myself?
Jose_marry is offline   Reply With Quote
Old 03-06-2009, 11:45 AM   #2
Web Developer
 
wayfarer's Avatar
 
Join Date: Nov 2008
Location: Asheville, NC USA
Posts: 420
Thanks: 18
Thanked 57 Times in 51 Posts
Social Networking View Member's Twitter Profile 
Default Re: Online tutorials for programming languages

It depends on what your goals are. C is the parent for many languages, so it will help you study just about anything. If you are interested in Microsoft technology, C# is the best language in the ASP.NET platform. PHP is also a C-family language, if you are more interested in free platforms.

JavaScript is also a C-family language, though its inheritance scheme is much different than C++. Java is also C-family, though it is not as universal as the languages mentioned above. Java has a lot of C++ features, and a classical inheritance scheme.

As far as where to take tutorials, that is going to depend on what you study.

Wayfarer | join me on StoryBlorg
wayfarer is offline   Reply With Quote
Old 03-06-2009, 09:16 PM   #3
Active Warrior
 
Join Date: Feb 2009
Location: South New Jersey
Posts: 50
Thanks: 10
Thanked 4 Times in 4 Posts
Default Re: Online tutorials for programming languages

Yeah depends on your goals as wayfarer said. If I had to recommend a language without knowing that (being that you're here on WF) I'd say PHP.
ChrisBraddock is offline   Reply With Quote
Old 03-07-2009, 08:37 AM   #4
Warrior Member
 
Join Date: Dec 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Online tutorials for programming languages

Quote:
Originally Posted by Jose_marry View Post
I am new to this coding world. Recently I have started with Turbo C/C++. What next should I go for c# or java? Are their any online tutorials available through which I can start by myself?

As you are doing C/C++, you should go for C# because your basics will be revised while learning. Moreover C# is faster to develop in (especially GUI design), has a better IDE then any of the various Java IDEs out there, can perform lower level operations (fixed statements and unsafe code). For online tutorials you can try these sites

Darells is offline   Reply With Quote
Old 03-11-2009, 05:54 AM   #5
HyperActive Warrior
 
Join Date: Mar 2009
Location: Landers, CA, USA
Posts: 329
Thanks: 30
Thanked 29 Times in 26 Posts
Social Networking View Member's Twitter Profile 
Default Re: Online tutorials for programming languages

If you want to learn PHP and/or Javascript (as well as brushing up on your HTML), w3schools.com is a good starting point.
stevenh512 is offline   Reply With Quote
Old 03-11-2009, 07:44 AM   #6
Warrior Member
 
Join Date: Mar 2009
Posts: 13
Thanks: 4
Thanked 1 Time in 1 Post
Default Re: Online tutorials for programming languages

So, you did C++ ?
If you learn one OOPS language and your base is clear, there is just a slight variations in other languages and you need to take note of these variations.
Your next language will depend on your goal...
web sites ? --> PHP/PERL
programs ?---> C++/JAVA/Python....
udskiii is offline   Reply With Quote
Old 03-13-2009, 10:49 PM   #7
Clients are Welcome
 
Join Date: Feb 2009
Location: I live in Philippines
Posts: 52
Thanks: 1
Thanked 1 Time in 1 Post
Contact Info
Send a message via Skype™ to palaki
Default Re: Online tutorials for programming languages

Why not try lynda.com or w3c.net ..I think it might help..
palaki is offline   Reply With Quote
Old 06-07-2009, 07:35 AM   #8
Active Warrior
 
hire_us's Avatar
 
Join Date: Jun 2009
Location: Kolkata, India
Posts: 55
Thanks: 8
Thanked 0 Times in 0 Posts
Contact Info
Send a message via AIM to hire_us Send a message via Skype™ to hire_us
Default Re: Online tutorials for programming languages

If you want to live in Microsoft world...go for C#...

But I would recommend Java...all rounder...

and to be in the market PHP is also a good start...
hire_us is offline   Reply With Quote
Old 07-22-2009, 07:17 AM   #9
HyperActive Warrior
War Room Member
 
Join Date: May 2009
Posts: 319
Thanks: 36
Thanked 23 Times in 20 Posts
Default Re: Online tutorials for programming languages

I would say look at what solution you need to deliver and for what platforms first, language second. I really dont know why people get so hung up on a specific language. Having done bespoke development for many many years I get clients that say to me 'I want an app that does xyz', not 'I want an app that does xyz and can you write in Algol/68!' You need to pick the best tool for the job you need to, simple as. I have predominantly written in Delphi since the mid 90s, its a great tool for windows apps. For the web? Bit of a non-starter, I would go php its horses for courses.

If it was me I would go php/mysql + a decent javascript framework which you can write web apps with and now with adobe air you can 'package' web apps to run as native apps on win32/OSX/*nix

Gary

Marketing Strategies app now in the app store
garyk1968 is offline   Reply With Quote
Old 07-22-2009, 10:41 AM   #10
A rat after money...
War Room Member
 
HomeBizNizz's Avatar
 
Join Date: Jul 2009
Location: Inside a cheese...
Posts: 598
Thanks: 363
Thanked 54 Times in 47 Posts
Default Re: Online tutorials for programming languages

Google is your friend...

HomeBizNizz is offline   Reply With Quote
Old 07-24-2009, 06:27 AM   #11
Warrior Member
 
Join Date: Jul 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Online tutorials for programming languages

I just recommend you to go for c#; this is the very best and easy language in asp.net family and also C would help you in the basic things. In this internet world c# is has a very good market. You can also refer to w3schools.com for any kind of reference in any language.

Work for yourself not for the company.

Real Estate in Mumbai | Mumbai Property | Mumbai Real Estate
nitinjain is offline   Reply With Quote
Old 04-10-2010, 11:04 AM   #12
Warrior Member
 
Join Date: Jan 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Online tutorials for programming languages

Something better than tutorials are source codes. You would be surprise at how much you can learn just by looking at other source codes that are posted for free on the net. I suggest looking around for them and learn from those
buddywes1436 is offline   Reply With Quote
Old 04-10-2010, 12:46 PM   #13
Apoorv Parijat
War Room Member
 
apoorv.parijat's Avatar
 
Join Date: Mar 2010
Location: New Delhi, IN
Posts: 611
Thanks: 83
Thanked 290 Times in 43 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to apoorv.parijat
Default Re: Online tutorials for programming languages

Most of the time you have options in choosing what language you want to learn but some languages are a must. For e.g. learning javascript would always do you good, no matter what. It's similar case with php.

As far as application development is concerned, I would suggest go for java. Not only it'll help with stand alone apps, but once learned you can also develop apps for mobile devices. Also developing enterprise apps will be a tad easier.

In the end, it's not the language that matters but the skills. Keep working on them. There's a difference between knowing how to use a tool and art of using it.
apoorv.parijat is online now   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
languages, online, programming, tutorials

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 10:29 PM.