Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
32% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
1
Downvoting Members
4
0 Endorsements
~7K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for gonzi.p12

hey guys, Can any body tell me how shall i start with the project. I will be using Java and C together(JNI) in netbeans for coding. I will be embedding the C code in Java(Interface). First i want to read the wav file in C and sample it and apply …

Member Avatar for iranano
0
2K
Member Avatar for gonzi.p12

Hi guys, I am using MyEclipse....I have even import the itext.jar file to my project folder....still I am getting error in my java code.... Error in resolving import com.lowagie.text.html.*; import com.lowagie.text.pdf.*; Can anyone help me.............

Member Avatar for mintie
0
4K
Member Avatar for vAshunk

Accept a number from user...... pass it in through a function call... and then [code] public static int SumOfDigits(int x) { int sum = 0; while(x > 0) { sum += x%10; x /= 10; } return sum; } [/code]

Member Avatar for vAshunk
0
180

The End.