Quote:
Originally Posted by joelg236
I'm actually pretty sure the documentation for C++ and Java are basically identical. The classes have identical uses, but small differences in implementation so I would assume they would just use the same documentation (with formatting difference eg. javadocs). I could be wrong though.
|
The official documentation is about equivalent for both languages (leaning toward C++ a bit even), but in my experience I've found more Java tutorials, presentations and example code written by teams and other third parties than I have C++.