Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
If you search for "run c code on a jvm" or "c2j" you will find numerous source code converter, although the resulting code quality is likely to be poor even if it works. http://nestedvm.ibex.org/ should also be of interest. So, there are a few options, but some kind of translation/compilation process will always be involved.
So you mean compiling C or C++ source code to bytecode that will run on the JVM? In principle that would be possible, but it is not something that people normally do.