Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-08-2005, 03:52 AM   #1 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default Where to start?

So far I have no idea on programming. I dunno how to start and what to start, I have heard that c++ and java are the best one. Then again I want the quicker one. Does java do,everything C++ does? I am lost can anyone help me pls?
linux1880 is offline  
Old 01-08-2005, 03:53 AM   #2 (permalink)
willsko87's Avatar
 
Monster Techie

Join Date: Apr 2004

Location: Melbourne, Australia

Posts: 1,219

willsko87 is on a distinguished road

Default

People say to start on Microsoft Visual Basics, but im not sure where to go from there.
__________________
http://www.aflonline.com.au



willsko87 is offline  
Old 01-08-2005, 10:10 AM   #3 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

http://www.tech-forums.net/showthrea...threadid=31371
http://www.tech-forums.net/showthrea...threadid=17862
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 01-08-2005, 12:20 PM   #4 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

VB is the devil. Start with something that will actually teach you something, like Python, Perl, C, C++, C#, Java....something like that. Stay away from the *BASIC family.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 01-08-2005, 12:38 PM   #5 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

Vb isn't that bad... It's good for learning OOP because it introduces you to the concepts with easy syntax.
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 01-08-2005, 03:25 PM   #6 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default

Okay I have decided to learn java1,4.2 and installed according to the documentation. Pack was combined with netbeans but i cannot see java on icon in my desktop as said by documentation. I have set the path in environmental variables. But now , I am thinking to start writing something in java,

Is that netbean is all i am going to use? Thanks in advance, help me pls
linux1880 is offline  
Old 01-08-2005, 07:26 PM   #7 (permalink)
 
Super Techie

Join Date: Jun 2004

Posts: 312

sippin codeine

Send a message via Yahoo to sippin codeine
Default

Quote:
Originally posted by Emily
Vb isn't that bad... It's good for learning OOP because it introduces you to the concepts with easy syntax.
You talking about vb.net ? vb6 isn't OOP.
__________________
**[System specs]**

Delphi Enterprise 6 - 7
VB 6.0 - 2005 EE
sippin codeine is offline  
Old 01-08-2005, 08:25 PM   #8 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

Quote:
Originally posted by sippin codeine
You talking about vb.net ? vb6 isn't OOP.
Yes it is. Well, almost. It doesn't have inheritance, but it's still a good intro to OOP.
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 01-09-2005, 12:48 AM   #9 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Python would be a much better intro with easy syntax. VB teaches horrible syntax practice. It may be easy for a beginner to understand, but it leads them to a false sense of security, as well as letting them get sloppy. In my opinion, it's just not a great language, I think there is others out there that are better for beginners.

Quote:
Originally posted by linux1880:
Okay I have decided to learn java1,4.2 and installed according to the documentation. Pack was combined with netbeans but i cannot see java on icon in my desktop as said by documentation. I have set the path in environmental variables. But now , I am thinking to start writing something in java,

Is that netbean is all i am going to use? Thanks in advance, help me pls
Netbeans is just the IDE (integrated development environment) it makes it easier to write the code. You can actually write the code in anything that allows you save plain text files (like notepad, or ee, or pico, or emacs), IDE's just make it easier. Some other IDE's to check out for java are:

JCreator (I love this one, it's probably my favorite but the Pro version cost money)
http://www.jcreator.com/

JBuilder (this one is ok, I think it's just bloated)
http://www.borland.com/

Jext (I think this one has been discontinued, but it was pretty good)
http://www.jext.org

JEdit (Meh, this one is ok, but I much more prefer the others)
http://www.jedit.org/ I think

Netbeans (of course)
http://www.netbeans.org/

Eclipse (Some love it...I hate it )
http://www.eclipse.org/

Have fun
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 01-09-2005, 01:11 AM   #10 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default

I have netbeans now, so you mean i can create code comple and run through it? So i don't need anything else but just a book or documentation. am i correct?
linux1880 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On