Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-19-2007, 11:20 AM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2007

Posts: 7

Slaxter is on a distinguished road

Default C++ versus Java

I've been learning Java but I don't know whether I want to learn Java or C++. I would like to see what other people think about the two. So which is better? Java or C++? Explain why you chose one over the other.
Slaxter is offline  
Old 06-21-2007, 08:12 PM   #2 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: C++ versus Java

Java because it's used in the real-world extensively, whereas C++ never really took off. Also, cross-platform is fun now and then. Lastly, it's a lot easier to get things done in Java.
__________________
Vormund is offline  
Old 06-21-2007, 08:38 PM   #3 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: C++ versus Java

Quote:
Java because it's used in the real-world extensively, whereas C++ never really took off.
That couldn't be further from the truth. C++ was incredibly popular starting in the early/mid 1980's. Even most Windows programs have been written using C++ (including Windows itself, along with C and assembly). C++ has been the primary vehicle in leveraging the win32 api and MFC. Before .NET, nearly all serious Windows developers wrote software in C++. Think about all the Windows programs you've used in the past (and now), Word, Excel, PowerPoint, Internet Explorer, Visual Studio, FireFox, most video games, etc. There are countless programs (then and now) that have been written in C++. Also, C++ is still used for systems programming. However, while C++ is still used for many applications, languages like Java and C# are currently a bit more "popular" in terms of employment opportunities.
jaeusm is offline  
Old 06-21-2007, 10:00 PM   #4 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: C++ versus Java

Quote:
Originally Posted by jaeusm View Post
while C++ is still used for many applications, languages like Java and C# are currently a bit more "popular" in terms of employment opportunities.
Stop contradicting yourself.
__________________
Vormund is offline  
Old 06-21-2007, 11:13 PM   #5 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: C++ versus Java

I didn't. You said C++ never really took off, which is false. That was my point.
jaeusm is offline  
Old 06-22-2007, 12:17 PM   #6 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: C++ versus Java

Psh. Yeah, yeah... my poor choice in vocab. I should've said "C++ isn't hip with the man, anymore."
__________________
Vormund is offline  
Old 06-22-2007, 09:38 PM   #7 (permalink)
saladfork's Avatar
 
True Techie

Join Date: Oct 2006

Posts: 181

saladfork

Default Re: C++ versus Java

Bitcomet FTW - was created with C++

Anywho, as far as aesthetics, I think C++ makes more sense as opposed to java and it also looks like more fun. Ive recently started learning it so my initial likeing towards it may or may not stick.
saladfork is offline  
Old 06-22-2007, 09:54 PM   #8 (permalink)
zmatt's Avatar
 
The Bulldog

Join Date: Mar 2006

Location: In an empty Ramen packet

Posts: 4,370

zmatt has a spectacular aura aboutzmatt has a spectacular aura about

Default Re: C++ versus Java

C++ has much more power for creating a wide range of applications. But java has the nice option that you can compile it to be platform unspecific if i remember correctly. if you are into messing with linux dev or making video games or your own windows apps C++, if you want to make things that are more net centric go with java.
__________________


ポップ・タルトが大好きです。
<<<<<<<Rep is always welcome
Ultimate Guitar exercises/ Songs for technique
zmatt is offline  
Old 06-22-2007, 11:22 PM   #9 (permalink)
Lady_Jade's Avatar
 
Newb Techie

Join Date: Jun 2007

Location: A planet called earth

Posts: 38

Lady_Jade is on a distinguished road

Default Re: C++ versus Java

Quote:
Originally Posted by Slaxter View Post
I've been learning Java but I don't know whether I want to learn Java or C++. I would like to see what other people think about the two. So which is better? Java or C++? Explain why you chose one over the other.
Well I been learning C++ for a year now. It seems ok- as someone said here its good to learn. Java is good too- my opinion- learn both if you can.
Lady_Jade is offline  
Old 06-22-2007, 11:28 PM   #10 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: C++ versus Java

Quote:
Originally Posted by Lady_Jade View Post
Well I been learning C++ for a year now. It seems ok- as someone said here its good to learn. Java is good too- my opinion- learn both if you can.
To be absolutely honest, yeah, you're right: learn both. Learn them all...:rolleyes: Java and C++ have a lot of similarities and are both worth playing with. Anything I said above was meant to entail the idea that Java is used more widely in the job world, and is a bit easier to start with. I have used C++ a bit on my own, and you can get a lot more done with it since you're working directly on the OS (versus the JVM), but you do have the extra effort in that respect.
__________________
Vormund 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
hacking online java program. Z e i g Browser & General Internet Questions 8 06-23-2007 01:50 AM
Java import statement dingdong-man Programming Discussions 6 06-22-2007 12:16 PM
Java Game Yek Programming Discussions 5 06-16-2007 04:29 AM
Help with objects in Java PnkFloyd27 Programming Discussions 20 06-15-2007 08:50 PM
Intel FUD versus AMD fact Trotter Other Computer HW Topics 12 05-21-2007 12:19 PM