IDE, Framework, code manager tool, thing that supports Java and C++ in one Project -


i have inherited else's code. used cmake build fragments c++ , fragments java/android. cannot believe have used notepad , windows explorer manage package/class structure , implementation. there code manager tool or ide allows put java code in 1 package , c++ in package? cmake scripts build projects separately, of course.

cmake build tool.

you can use ide write code , use different tool build it.

eclipse supports both java , c++, wouldn't recommend either.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -