Problem Mortgage | Flights | Shares | Internet Advertising | Loans
Where to start: Java or C++? [Archive] - PCMech Forums

PDA

View Full Version : Where to start: Java or C++?


Force Flow
04-02-2003, 11:07 PM
I remember hearing one of them is based on the other, but which one? Would that be the best one to start learning?

lokgotz
04-02-2003, 11:17 PM
i started with C++ first...then only Java......but i am not sure which is based on which......

HTH

Paul Victorey
04-02-2003, 11:28 PM
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.

Force Flow
04-03-2003, 12:06 AM
OOP? :confused: What's that?

KoOk
04-03-2003, 12:25 AM
Object Oriented Programming, creating you own data types, classes, etc.

Force Flow
04-03-2003, 02:57 PM
Okay. Thanks guys! :)

Paul Victorey
04-03-2003, 10:11 PM
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.

Force Flow
04-04-2003, 10:40 AM
So, where does visual basic come in? In C++ or this OOP?

Paul Victorey
04-04-2003, 11:56 AM
Visual Basic is a different programming language from C++, it is an OOP version of the BASIC language.

doctorgonzo
04-04-2003, 05:07 PM
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.

Force Flow
04-05-2003, 01:31 AM
Would that be where the infamous BSOD comes in?

aym
04-06-2003, 09:11 AM
I don't think that BSOD comes only from VB apps.

achilipepper
04-09-2003, 12:56 AM
cmon, you all know that the most cutting edge language out there is cobol

Force Flow
04-09-2003, 07:58 AM
Originally posted by achilipepper
cmon, you all know that the most cutting edge language out there is cobol

:rolleyes:

A relative of mine finally got out of the comp programming gig since all she knew how to program was cobol ;)

bonzai
04-12-2003, 05:38 PM
Cobol is a valued skill. It pays alot especially in the financial districts of New York.

Paul Victorey
04-12-2003, 06:08 PM
Yeah, believe it or not, COBOL is very widely used on mainframes, even today. It's a niche market, but pays very handsomely.

Force Flow
04-12-2003, 07:34 PM
Originally posted by Paul Victorey
Yeah, believe it or not, COBOL is very widely used on mainframes, even today. It's a niche market, but pays very handsomely.

Hmm... a relative of mine retired from programming COBOL because it wasn't being used anymore where she was.

achilipepper
04-13-2003, 04:02 PM
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!

Beholdereye
04-14-2003, 10:09 AM
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