0
Guy's can I use c++ into java?
1 Answer
0
What do you mean? If you mean mix C++ and Java in a program, no. If you mean use C++ in a Java IDE, no. if you mean concepts like for loops, while loops, etc then yes, those are in both Java AND c++.
BUT the implementation of those are different between languages. different syntax is needed.



