|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Where to start: Java or C++?
I remember hearing one of them is based on the other, but which one? Would that be the best one to start learning?
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#2 |
|
Member (7 bit)
Join Date: Mar 2002
Location: Malaysia
Posts: 75
|
i started with C++ first...then only Java......but i am not sure which is based on which......
HTH |
|
|
|
|
|
#3 |
|
Member (12 bit)
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
|
Java is derived from C++. Learning Java first will help you understand OOP better, but C++ is probably the language you want to learn in the long run.
|
|
|
|
|
|
#4 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
OOP?
What's that?
|
|
|
|
|
|
#5 |
|
Member (6 bit)
Join Date: Oct 2001
Location: Canada
Posts: 53
|
Object Oriented Programming, creating you own data types, classes, etc.
|
|
|
|
|
|
#6 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Okay. Thanks guys!
|
|
|
|
|
|
#7 |
|
Member (12 bit)
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
|
OOP is probably the best programming style to learn, whether you are using C++ or Java. It's the most practical, it's the style that everyone uses nowadays, and it has the most potential for developing large applications with a minimal amount of bugs.
|
|
|
|
|
|
#8 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
So, where does visual basic come in? In C++ or this OOP?
|
|
|
|
|
|
#9 |
|
Member (12 bit)
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
|
Visual Basic is a different programming language from C++, it is an OOP version of the BASIC language.
|
|
|
|
|
|
#10 |
|
Professional gadfly
|
Visual Basic is an attempt to make an object oriented-like language that is as easy to use as BASIC. Only VB.NET is a true object-oriented language; previous versions of VB did not include key components of object-oriented design. For this reason, and because VB is less powerful than C++ in some ways (but syntactically easier), VB is considered by many to be a "lesser" language than C++, but it is telling that M$ thinks a plurality of Windows developers use VB.
|
|
|
|
|
|
#11 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Would that be where the infamous BSOD comes in?
|
|
|
|
|
|
#12 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
I don't think that BSOD comes only from VB apps.
|
|
|
|
|
|
#13 |
|
Member (7 bit)
|
cmon, you all know that the most cutting edge language out there is cobol
|
|
|
|
|
|
#14 | |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Quote:
![]() A relative of mine finally got out of the comp programming gig since all she knew how to program was cobol
|
|
|
|
|
|
|
#15 |
|
Member (9 bit)
Join Date: May 2002
Posts: 298
|
Cobol is a valued skill. It pays alot especially in the financial districts of New York.
|
|
|
|
|
|
#16 |
|
Member (12 bit)
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
|
Yeah, believe it or not, COBOL is very widely used on mainframes, even today. It's a niche market, but pays very handsomely.
|
|
|
|
|
|
#17 | |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Quote:
|
|
|
|
|
|
|
#18 |
|
Member (7 bit)
|
cobol is old school but its still very common. i could land a pretty well paying job with my cobol learnedness, i would just be too bored!
|
|
|
|
|
|
#19 |
|
Member (4 bit)
|
Starting with java would be your best bet right now because of Microsoft releasing C#. Bascially all it is, is visual basic object oriented programming with java being the actual code behind the buttons
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|