What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Im a newbie at programing.

Pages: (2): « First [ 1 ] 2 » Last »
Im a newbie at programing.
Author: Message:
Val
Senior Member
****

Avatar

Posts: 698
Reputation: 45
30 / Other / Flag
Joined: Jun 2004
O.P. Im a newbie at programing.
Hey guys ive decided to start to program (.exes and stuff) so im wondering where do i start.... whats the easyist language to learn. Witch one is free to compile ect.
Menthix:
Anonymous doesn\'t have a leader.
Anonymous is the leader of ShawnZ.

Max:
True. But deep down, we all know.
ShawnZ is incharge.
he is /b/ in human form.
11-21-2005 02:42 AM
Profile PM Web Find Quote Report
DragonX
Full Member
***

Avatar

Posts: 226
Reputation: 10
40 / Male / –
Joined: Aug 2005
RE: Im a newbie at programing.
i'd say VB since it's mostly visual :) The only thing is that Visual Studio isn't free or cheap (legally of course) but there are always ways around that :chrongue:
[Image: dsd-mi_616175.png]
11-21-2005 03:05 AM
Profile E-Mail PM Web Find Quote Report
Blair
Junior Member
**

Avatar

Posts: 59
35 / Male / –
Joined: Apr 2004
RE: Im a newbie at programing.
Definitely VB. Once you have the basics you can move on from there. Here's an old thread about this, lol it includes my first post:D.
[Image: twink.png]
11-21-2005 03:38 AM
Profile E-Mail PM Find Quote Report
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: Im a newbie at programing.
Visual Basics is most likely the easiest language to learn, and I do beleive you are very capable of learning it. The only problem with Visual Basics is that it is not as powerful as other languages. (but I like to say everything it possible, its just harder to accomplish) I code in VB6.

C or C++ are more powerful langauges but are harder, although if you plan on moving up eventually, you should start from one of these as Visual Basics will teach you all the wrong ways of doing things.

Java is a powerful language but it is extremly slow and requires files be installed on the computer for it to run properly. Java can run on all operating systems without changing the code (an advantage for most developers).

There are also languages like Delphi, but I dont know much about them.

To sum it all up....VB is easy but less powerful; C is hard but more powerful; Java can run on all operating systems but its real slow.

This post was edited on 11-21-2005 at 03:40 AM by dotNorma.
11-21-2005 03:40 AM
Profile PM Web Find Quote Report
Val
Senior Member
****

Avatar

Posts: 698
Reputation: 45
30 / Other / Flag
Joined: Jun 2004
O.P. RE: Im a newbie at programing.
thanks guys i will get VB6 some how........ thanks for you help again :D

edit: well ive found a free experss vertion of VB on the mircosofy website is it good?

This post was edited on 11-21-2005 at 03:56 AM by Val.
Menthix:
Anonymous doesn\'t have a leader.
Anonymous is the leader of ShawnZ.

Max:
True. But deep down, we all know.
ShawnZ is incharge.
he is /b/ in human form.
11-21-2005 03:49 AM
Profile PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Im a newbie at programing.
i suggest diving deep first, once you learn vb its alot harder to learn C++ etc. that's my personal experience though, it might be different for you.
[Image: jeansiger5.jpg]
11-21-2005 04:11 AM
Profile PM Find Quote Report
ipab
Veteran Member
*****

Avatar
Design Evolved

Posts: 1017
Reputation: 32
34 / Male / Flag
Joined: May 2004
RE: Im a newbie at programing.
i suggest you learn php then move to c.
56656E692C 20566964692C 2056696369
11-21-2005 04:58 AM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: Im a newbie at programing.
quote:
Originally posted by .Norma
you should start from one of these as Visual Basics will teach you all the wrong ways of doing things.
That is sooooo untrue (and such a typical thing to say)!!! VB does NOT teach you the wrong ways in doing things AT ALL.

Stuff done in VB is exactly the same done in any language. It is not like in VB "True" suddenly means "False" and 5+5 suddenly equals 11 and what not...

"VB teaches all the wrong things compared to C++" is exactly the same as saying "C++ teaches all the wrong things compared to assembler"...

The thing is that VB is very easy to learn and that many people THINK they can program if they can make their name appear on a form in VB, so to speak. But in fact they don't have the analytical way of thinking required to make decent programs. It isn't the language that is "teaching" bad stuff, it is the people themselfs.

The advantages of VB is that you don't need to know (at first) the underlying stuff of what is done (eg: you don't need to know that variables in VB are actually pointers to memory locations, heck you don't need to know what pointers are at all to begin in VB). This is exactly the same as in C++ where you don't need to know how things are written out in assembler to know how to make something in C++. But in ANY language an IF THEN ELSE structure has the exact same logic, also in VB. But only the syntax in how you write it down is different. To know what these conditional structures are and how they work and how and when to use them is what programming is all about, and that is learned the easiest in VB, and is certainly not learned in the wrong way.

VB is an excellent tool to learn how to program and how to learn to think like a program, as the basics and syntax is very easy to learn and you can start learning logical programming strait away without first needing to know how things work "under the hood".

And THAT is what programming is about; learning how to analyse stuff, learning to think in logical/arithmetics ways. Once you master that you can develop from there and you would have much less trouble switching to any language.

Of course, if you never learned such stuff (and thus only know the syntax of a language, but not what it does or the logic behind it), you're stuck with the language you started with and you would find it hard to switch to another....

Don't confuse "programming" as knowing the syntax of language with "programming" as knowing how to analytically think and solve problems in a logical way.

To put it very bluntly: If you learn programming in VB, you can take it simple step by simple step and build further and further; If you want to learn programmnig in C++, you first need to learn other stuff in one go and only than starting difficult step by difficult step, but also with a lot more steps in between. When you learn how to program using a language like VB, the learning curve is a lot smoother than if you learn how to program in C++ (which has a steep learning curve).

This post was edited on 11-21-2005 at 03:45 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-21-2005 03:23 PM
Profile PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Im a newbie at programing.
Where can I download VB 6 i cannot find it anyhwere i'm thinking it's a sign :P

Do you think i'm ready to start learning VB too?
11-21-2005 04:09 PM
Profile PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Im a newbie at programing.
you cant download VB ;)
[Image: sig.png]
11-21-2005 04:19 PM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On