Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
i want to know which programming language i should use to make professional GUI to be compatible with opencv c++, java or visual c++?
thank you
Visual C++ is the best option if you use openCV with C++ because you do all in the same way and in the same language.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am familiar with using Python and OpenCV. However, as I need to run my code on an android phone, I need to re-write my code in Java. Is there any other way to go about this? Is there any documentation on how to migrate from Python OpenCV to Java?
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have used Python for developing GUI based games.
But I am amateur at Java.
What will be better to use Python or Java to start Android App development?
i saw this link maybe its possible
https://ep2013.europython.eu/conference/talks/developing-android-apps-completely-in-python
so far i knw you could use C#,Java script css html(phone gap) apart from using java. It be awesome if Android could be developed in many more languages so android market gets more apps and developers too.
i will also you recommend asking this kind of questions in quora.com or stackechange as this site is mostly about fixing code
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm planning on designing and implementing my own programming language. Is it a good idea to build my language in Java and run it off of the JVM or would my language be faster if I wrote it in C and ran the code off of my own virtual machine?
Maybe you can write your compiler in Java and let it compile to Java byte code.
If you want to do this, you can have a look at the book "Compiler Construction" by Niklaus Wirth for the compiler part and use ASM(Java) to generate the bytecode.
But you should think, wether you really want to build a compiler - it is not very easy.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I just completed my post graduation and I know core java, advance java and oracle and little bit android, so to start my carrier i have option to choose java/.net platform. I am also interested to learn .net so which choice is better to learn .net or continue with just java platform? give me your suggestions.
Learning is always a good thing. There is no such thing as the one language to rule them all.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am a beginner Java developer and although I tried searching I have yet to find any good books for learning java programming. I am good enough at the basics that I don't need a 'for dummies' book, but I was wondering if anyone has seen a really useful/well written book/website about Java programming. Specifically I would like things to do with GUI or Server/Client communication or Java coding tips.
If this question has already been asked I am sorry, I tried searching but couldn't find what I wanted... Please give me a link to the question instead of downvoting! Thanks