Okay I've just on started learning java programming.. i know this forum isnt about java.... anyway after i've learnt java programming i will be moving onto c++ programming.. just wanted someone to answer me a few questions.. can c++ create:
web browsers?
a virus remover?
a graphics engine?
a game engine?
and last one a paint program like photoshop/gimp
You can create more or less every program you can find for you computer with C++ and if you use inline assembly you would be able to program everything possible for a computer.
Every program you listed aboved should be programmable in pure C++.
And as they putted it, C++ is the most widely used programming languages. Everything from the NASA's Mars Rovers', Human Genome Project to Google Search engine are written with C++. hehehe. This was one of the reason I choosed to start learning C++ instead of Java. :)
As I said you can make (almost) everything with C++. A wrestling game is nothing really special and yes, you can learn a new language without to forget the others. It will be even easyier to learn a new language if you already know a few.
The only problem may be, that you must know a few things about and of the language to program such a game.
The use of Java together with C++ is very difficult and I doubt the usefulness of something like this. That is because Java uses a Runtime Environment, which makes it independable of the system and simulates a precessor, the virtual machine. This makes it unfortunately also sometimes more slowly.