| | |
More C++ developers than Java?
![]() |
Have you noticed that there are way more C++ developers than Java developers here in this community. See the comparison of the two primary forums:
Is it true that there are more C++ developers in general? Or just happens to this community only?
--Mark
http://www.geocities.com/herong_yang/
Free Tutorial Books on Programming Technologies
Forum On-line members Threads Posts C and C++ (50 Viewing) 2,941 14,622 Java (18 Viewing) 1,212 4,976
--Mark
http://www.geocities.com/herong_yang/
Free Tutorial Books on Programming Technologies
•
•
Join Date: Jun 2004
Posts: 2,108
Reputation:
Solved Threads: 18
I would say most C++ developers are also Java developers and vis versa(or at least know the languages interchangably). Also, the C and C++ forums are together. Even though they are closely related, it's still two different languages. One more thing, we run out all the people who want us to do their homework for them!
There are in the world more people knowing C/C++ than Java, it's true.
It's also true that many Java programmers also know C and/or C++ (and often several other languages as well, including Pascal, Python, Ruby, etc.), while many who mainly program C/C++ rarely know anything else.
And the more agressive stance against the lazy buggers who expect us to do their homework for them might indeed deter some from posting in the Java forum. But rest assured, if you have a legitimate question about a specific topic we're more than happy to lend you a hand with suggestions.
It's also true that many Java programmers also know C and/or C++ (and often several other languages as well, including Pascal, Python, Ruby, etc.), while many who mainly program C/C++ rarely know anything else.
And the more agressive stance against the lazy buggers who expect us to do their homework for them might indeed deter some from posting in the Java forum. But rest assured, if you have a legitimate question about a specific topic we're more than happy to lend you a hand with suggestions.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
•
•
Join Date: Jun 2004
Posts: 609
Reputation:
Solved Threads: 7
Hi everyone,
Another possible reason is that C/C++ has been around longer than Java
Richard West
Another possible reason is that C/C++ has been around longer than Java
Richard West
Microsoft uses "One World, One Web, One Program" as a slogan.
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond
Tell me what type of software do you like and what would you pay for it
http://www.daniweb.com/techtalkforums/thread19660.html
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond
Tell me what type of software do you like and what would you pay for it
http://www.daniweb.com/techtalkforums/thread19660.html
To be frank Java is not a language everyone runs to.
It is because if it is C/C++ you just need to study the basics you can increase your knowledge through the net etc
whether graphics or any other connected field where c/c++ is used.
core java is useless unless you specialize in something.
like networking imaging application develppment.
java is such a big field
a person cannot be a guru in it unless he has that much years experience or has tried his hands in variety programming areas of java.
there will always be something a java person does not know.
another thing is most schools and colleges still give prominence to c/c++ though i feel that trend is changing now
which is why people in java are hard to find
this is just my opinion though
It is because if it is C/C++ you just need to study the basics you can increase your knowledge through the net etc
whether graphics or any other connected field where c/c++ is used.
core java is useless unless you specialize in something.
like networking imaging application develppment.
java is such a big field
a person cannot be a guru in it unless he has that much years experience or has tried his hands in variety programming areas of java.
there will always be something a java person does not know.
another thing is most schools and colleges still give prominence to c/c++ though i feel that trend is changing now
which is why people in java are hard to find
this is just my opinion though
Creationz Unlimited - Software ,web , forums , graphic work , Logos
Dreamzsportz Online - Want your big break in sports?
Kakkanat Home Stay - Plan your next vacation to India
Dreamzsportz Online - Want your big break in sports?
Kakkanat Home Stay - Plan your next vacation to India
•
•
Join Date: Jun 2004
Posts: 2,108
Reputation:
Solved Threads: 18
•
•
•
•
Originally Posted by yni420
To be frank Java is not a language everyone runs to.
It is because if it is C/C++ you just need to study the basics you can increase your knowledge through the net etc
whether graphics or any other connected field where c/c++ is used.
core java is useless unless you specialize in something.
like networking imaging application develppment.
java is such a big field
a person cannot be a guru in it unless he has that much years experience or has tried his hands in variety programming areas of java.
there will always be something a java person does not know.
another thing is most schools and colleges still give prominence to c/c++ though i feel that trend is changing now
which is why people in java are hard to find
this is just my opinion though
Java is indeed a lot easier to get into than is C++.
The larger core APIs are a main reason for that. No longer do you have to write tons of lowlevel stuff yourself (or find some often poorly documented 3rd party library which will likely work on only one compiler and OS which is always one you're not using) like you would with C++.
The documentation is also a LOT better.
Sadly this promise of a more easy start attracts a lot of people with no interest in learning at all, they just want a quick injection of knowledge to stuff their resumes.
These people disappear from the statistics as they fail to deliver but do increase the percentage of users dropping out.
With C++ these people never even try, and therefore the dropout percentage will be lower.
The larger core APIs are a main reason for that. No longer do you have to write tons of lowlevel stuff yourself (or find some often poorly documented 3rd party library which will likely work on only one compiler and OS which is always one you're not using) like you would with C++.
The documentation is also a LOT better.
Sadly this promise of a more easy start attracts a lot of people with no interest in learning at all, they just want a quick injection of knowledge to stuff their resumes.
These people disappear from the statistics as they fail to deliver but do increase the percentage of users dropping out.
With C++ these people never even try, and therefore the dropout percentage will be lower.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
•
•
Join Date: Jun 2004
Posts: 609
Reputation:
Solved Threads: 7
Hi everyone,
yni420 you said "It is because if it is C/C++ you just need to study the basics you can increase your knowledge through the net etc"
Seriously you know that's not true. If what you said were true colleges and universities aound the US would have gone bust by now. I have done C/C++ for many years and i can tell you for a fact that building applications in C/C++ is harder than in java.
yni420 you said "whether graphics or any other connected field where C/C++ is used"
I have done graphics applications with C/C++ and i can tell you you are are confusing C/C++ with winapi. If you tried to do graphics rendering say for example an application that is similar to PhotoShop you will lose your mind before the graphics actually renders
yni420 you said "core java is useless"
You got to be kidding.
yni420 you said "a person cannot be a guru in it unless he has that much years experience or has tried his hands in variety programming areas of java"
That's true for all programing languages. No one can truely know everthing unless they created it.
yni420 you said "there will always be something a java person does not know"
Like What??
yni420 you said "another thing is most schools and colleges still give prominence to C/C++ though i feel that trend is changing now
which is why people in java"
Java programmers are hard to find because number one like the people in the java forum are sometimes there to get their homework done and not really interested in much else.
Richard West
yni420 you said "It is because if it is C/C++ you just need to study the basics you can increase your knowledge through the net etc"
Seriously you know that's not true. If what you said were true colleges and universities aound the US would have gone bust by now. I have done C/C++ for many years and i can tell you for a fact that building applications in C/C++ is harder than in java.
yni420 you said "whether graphics or any other connected field where C/C++ is used"
I have done graphics applications with C/C++ and i can tell you you are are confusing C/C++ with winapi. If you tried to do graphics rendering say for example an application that is similar to PhotoShop you will lose your mind before the graphics actually renders
yni420 you said "core java is useless"
You got to be kidding.
yni420 you said "a person cannot be a guru in it unless he has that much years experience or has tried his hands in variety programming areas of java"
That's true for all programing languages. No one can truely know everthing unless they created it.
yni420 you said "there will always be something a java person does not know"
Like What??
yni420 you said "another thing is most schools and colleges still give prominence to C/C++ though i feel that trend is changing now
which is why people in java"
Java programmers are hard to find because number one like the people in the java forum are sometimes there to get their homework done and not really interested in much else.
Richard West
Microsoft uses "One World, One Web, One Program" as a slogan.
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond
Tell me what type of software do you like and what would you pay for it
http://www.daniweb.com/techtalkforums/thread19660.html
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond
Tell me what type of software do you like and what would you pay for it
http://www.daniweb.com/techtalkforums/thread19660.html
![]() |
Similar Threads
- Where are the good Java RSS Feeds? (IT Professionals' Lounge)
- PHP and JAVA vs .NET (IT Professionals' Lounge)
- Differences Between Java and C/C++ (C++)
- java to c# (C#)
- Which Compiler? (C++)
- Java Sun Programmer 1.4 Certification Exam HELP!!! (Java)
- Java editor (Java)
- Java 3D Environment (Java)
Other Threads in the IT Professionals' Lounge Forum
- Previous Thread: CIS major specialization
- Next Thread: Come up and See Me Sometime: MicroSoft Hosting twice Annual HACKING CONFERENCE
| Thread Tools | Search this Thread |
1gbit advertising advice amazon archive british broadband business businessprocesses career censorship cern china cio collectiveintelligence connectivity consumer consumers corporateearnings datatransfer debtcollectors dictionary digg digital ebay ecommerce email employment environment facebook food government grid high-definition hottub infodelivery infotech intel internet interview ipod isp japan kindle lhc library malware marketing mit moonfruit news onlineshopping piracy piratebay pope porn program r&d religion remoteworking research retail security sex shopping simple skype smallbusiness smb socialmedia socialnetworking software softwareengineer spam speed spending startrek statistics stocks study stumbleupon survey tabletpc technology touch-screen touchscreen twitter uk videoinprint voips web webdeveloper windows words






