•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Software Developers' Lounge section within the Software Development category of DaniWeb, a massive community of 391,709 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,383 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Software Developers' Lounge advertiser:
Views: 2799 | Replies: 14
![]() |
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
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
•
•
Join Date: Jun 2004
Location: H4x0rville
Posts: 2,105
Reputation:
Rep Power: 9
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!
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,646
Reputation:
Rep Power: 18
Solved Threads: 191
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.
42 Private messages asking for help will be ignored
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
•
•
Join Date: Jun 2004
Posts: 604
Reputation:
Rep Power: 6
Solved Threads: 6
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
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,646
Reputation:
Rep Power: 18
Solved Threads: 191
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
Location: H4x0rville
Posts: 2,105
Reputation:
Rep Power: 9
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
I think it's just the opposite. Also, schools and universites have switched from teaching most programming class in C++ to Java.
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,646
Reputation:
Rep Power: 18
Solved Threads: 191
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.
42 Private messages asking for help will be ignored
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
•
•
Join Date: Jun 2004
Posts: 604
Reputation:
Rep Power: 6
Solved Threads: 6
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
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Software Developers' Lounge Marketplace
•
•
•
•
ajax asp blog bt business business software developer development erp systems firefox india intel internet it japan java malware mcafee media microsoft microsoft sdk for java microsystems mmorpg msdn news office open open-source platform programming project management publishing python rss search security software software selection source spyware sql sun super technology evaluation tips vista web wiki windows
- java to c# (C#)
- Which Compiler? (C++)
- Java Sun Programmer 1.4 Certification Exam HELP!!! (Java)
- PHP and JAVA vs .NET (IT Technologies and Trends)
- Differences Between Java and C/C++ (C++)
- Java editor (Java)
- Where are the good Java RSS Feeds? (Java)
- Java 3D Environment (Java)
Other Threads in the Software Developers' Lounge Forum
- Previous Thread: History of the Post 1980 Internet, PC and Programming Developments
- Next Thread: A Good Collection and Variety of CheatSheets



Linear Mode