Page 1 of 1

Im Really noob

Posted: Sun Sep 14, 2008 9:06 pm
by Archdeus
I'm guessing everyone has been there b4. I'm not asking any one to teach me but a suggestion on how to learn it properly with out taking classes

i

Posted: Sun Sep 14, 2008 9:13 pm
by WhiteKnight
First question is, which kind of job do you want to program in? Compiled or Web base?

Posted: Sun Sep 14, 2008 9:18 pm
by Archdeus
WhiteKnight wrote:First question is, which kind of job do you want to program in? Compiled or Web base?

i want to learn both but atm more i want to know more in compiling

Posted: Sun Sep 14, 2008 9:42 pm
by WhiteKnight
There are 3 basic compiled languages that are easy for beginners.

1) Java
2) Visual Basic
3) C#

It is your decision which programming(compiled) language you want to learn first. I suggest you to research on each one of them and perhaps give a try on each one of them and find which language you like best.

hmm

Posted: Tue Sep 16, 2008 12:05 am
by canine
The distinction between compiled languages and scripting languages is not incredibly important.

I'd suggest you start with python and then go on to C or C++.

Posted: Fri Oct 03, 2008 10:41 pm
by sSniper
WhiteKnight wrote:There are 3 basic compiled languages that are easy for beginners.

1) Java
2) Visual Basic
3) C#

It is your decision which programming(compiled) language you want to learn first. I suggest you to research on each one of them and perhaps give a try on each one of them and find which language you like best.
C# Definitely isn't one of the "easy/fun" languages. Visual Basic is great to start off with, and Java or HTML is pretty useful too.

Posted: Sat Oct 04, 2008 12:34 am
by WhiteKnight
sSniper wrote:
WhiteKnight wrote:There are 3 basic compiled languages that are easy for beginners.

1) Java
2) Visual Basic
3) C#

It is your decision which programming(compiled) language you want to learn first. I suggest you to research on each one of them and perhaps give a try on each one of them and find which language you like best.
C# Definitely isn't one of the "easy/fun" languages. Visual Basic is great to start off with, and Java or HTML is pretty useful too.
According to my opinion, it is actually harder to continue on later in programming. When you want to learn about C++ the most vital language of them all. It best that you know a little by doing C# then you will have experience with similar design with C++.

Posted: Sat Oct 04, 2008 3:22 am
by canine
sSniper wrote: C# Definitely isn't one of the "easy/fun" languages. Visual Basic is great to start off with, and Java or HTML is pretty useful too.
I'm gonna disagree with you here. As a dialect of Basic, Visual Basic is horrible to learn at all, and starting to program in Visual Basic all but cripples you as a potential programmer.