my lecturer need us to use C++ to generate a game, but how do i use C++
to connect with JAVA or VB.NET ?
This is comp.lang.c; neither C++ nor Java nor VB.NET are topical here.
Try newsgroups for these languages -- after you have done the polite
and sensible thing and have checked out the FAQ (and, if existing, the
charter) of these newsgroups. It is quite possible that these languages
do not have a standard way of interacting with each other. In this case,
you should look into more specific solutions for your platform, compiler
or whatever.
<OT>Note that C++ only provides an interface for old C stuff and
knows nothing whatsoever of Java or VB.NET.</OT>
-Michael