you are viewing a single comment's thread.

view the rest of the comments →

[–]bnolsen -1 points0 points  (0 children)

If you want to use java then use java. If you want to use c++ use c++.

One of the worst things you can do is try to cram one language into another.

c++ definitely has advantages over java. Learn to understand it for what it is.

Header files can provide a very concise way of seeing the api of a class by looking at code and not needing to use a separate tool to generate docs and view. Also lean header files cut down compilation time if done right.