0
How can I reach Java from C++?
3 odpowiedzi
+ 3
What does it mean by "to reach Java from C++" ?
Did you start learning Java, and wish to "advance" into C++?
+ 2
if you are familiar withc/c++ then you won half of the game
Java is related to C++, which is a direct descendant of C. Much of the character of Java is inherited from these two languages. From C, Java derives its syntax. Many of Java’s object- oriented features were influenced by C++.
so if you know c/c++ then it will be so easy for you switing to java.
0
No ; I know structures in C++ and coding but I wanna learn Java using C++ structures