i am looking for some files like DLLs that can be used on windows as well as Mac OS is there any way of doing this will c++ or any other language that must be higher level than c++
need help regards.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Java seems like an obvious choice. Java’s variant of DLL files are JAR files, which can be used on any system that has a Java Runtime Environment. This includes Windows, Mac OS, Linux and various other operating systems.
And, Java is percieved as being “higher level” than C++, although language wars might arise once in a while about topics such as this one.