I am new to programing.
“Now I have written a c program(simple calculator) and i want to make a GUI using java and combine those together“.
How can I do that ? It would be a great help if any one can provide simple example code. Actually I’m quite lost now. Please help. Tank you
I am new to programing. Now I have written a c program(simple calculator) and
Share
If you put your C code into a shared library then you can call the native C code from Java, this article shows you how.
http://www.mactech.com/articles/mactech/Vol.13/13.09/CallingCCodefromJava/index.html