what is the most in demand programming language at the present time

holden j caufield

Diamond Member
Dec 30, 1999
6,324
10
81
I've learned c++ in school but I'm thinking about learning visual basic since it seems to be in very high demand. thx :)
 

Ladi

Platinum Member
Apr 21, 2000
2,084
0
0
Depends what field and company you're going into...some will be happy with the c++, some will want VB, some will want java, some will want c...

Generally speaking, however, once you know one O-O language, it's quite easy to learn them another...

~Ladi
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Java/C++ for real languages, personally, I sorta hate VB, so I wont give any comment on that.
C++ is the most common now, but Java is comming strong, so thats a good investment for the future.
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
i would have to say that java is pretty big now, maybe bigger than c/c++, how can you check? look around in some of the websites that offer jobs to programmers, like headhunter and such websites.




dam()
 

JaiKnight

Senior member
Feb 6, 2000
958
0
0
Is Java really bigger than C++? I'm learning Java right now, which is good, but for all the jobs I've seen (for our co-op process) everybody seems to want C++...
 

BCYL

Diamond Member
Jun 7, 2000
7,803
0
71
Well Java and C++ is very closely related, so once you learn one it is very easy to learn the other... but I have to say going from C++ to java is easier than the other way around, since Java does a lot of things for you, while in C++ those things you have to do yourself... Releasing resources (garbage collection) comes to mind...
 

holden j caufield

Diamond Member
Dec 30, 1999
6,324
10
81
yeah Java would probably be real easy to pick up after C++ but I know someone who works for a big recruiting/consulting firm and she says that if I knew VB it would be real easy to find a good job. :)
 

BFG10K

Lifer
Aug 14, 2000
22,709
3,002
126
Definitely C/C++. Most game developers tend to lean toward C and other commercial programs are built using OOP in C++. Despite what people will tell you C/C++ is by far the most widely used language in the world.
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Somehow I doubt C# will ever be a real replacement for C++, considdering Microsoft brought that one out.

I think their goal with C# is to screw up for Java, since they just cant stand not having control over just about everything out there, I hope it fails miserably :|
 

HigherGround

Golden Member
Jan 9, 2000
1,827
0
0
C++ is here to stay, simply because of performance issues...even with a highly optimized JIT compilers Java cannot keep up with a C/C++ compiled code. Obviously the big thing in Java is the ability to cross-over to different platforms with minimal effort and thats why it so attractive to the employers. Nevertherless, if perforamce is in question C++ will be most likely chosen over Java. If You are fluent in both, than You are in a driver seat.