No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I use DarkGDK it's the same engine using c++. it works well with Visual C++ Express edition 2008. You wight wanna play around with this too. [url]http://gdk.thegamecreators.com/[/url] [url]http://www.microsoft.com/express/vc/[/url]
[QUOTE=jwenting;71924]that is likely not what was intended, as it shows a separate messagebox for each element of the array :) better would be something like [code] StringBuilder builder = new StringBuilder(p.length); for (int i=0;i<p.length;builder.append(p[i++])) builder.append("\n"); JOptionPane.showMessageDialog(null, builder.toString(), "Printing results", JOptionPane.INFORMATION_MESSAGE); [/code] this will put each element of the array onto …
The End.
franchav