exame in Java I code :
result in afew milliseconds:Code:for (int i = 0; i < 5; i++) System.out.println(i);
Help me :Code:0 in seconds 1 (assume) 1 in seconds 2 2 in seconds 3 3 in seconds 4 4 in seconds 5
I want get result of i in Java to showing text in dialog MFC as time above
in dialog will show in text box :
in first second show : 0
in 2sd second show : 1
in 3rd second show : 2
in 4th second show : 3
in 5th second show : 4
_______
a anonymou guide me use JNA ,but i don't know how handle, and don't know Search in GOOGLE with what Key
Help me,thanks![]()




Reply With Quote