r/AskComputerScience 3d ago

C++ or Java?

Which programming language has the most return on investment? Impact on real world systems, and is more rewarding? I have minimal programming experience and working on AS in CS.

6 Upvotes

57 comments sorted by

View all comments

1

u/alex_pushing40 2d ago

C++

1

u/Middlewarian 2d ago

C++ is my favorite and Java is way down the list. I'm building a C++ code generator that helps build distributed systems. It's implemented as a 3-tier system. The back and middle tiers only run on Linux. The front tier is portable. My goal is to bring software services and code generation together in one platform.