Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.9K
~3K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for techbrain55

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]

Member Avatar for patelmiteshb
0
199
Member Avatar for ultimate_fusion

[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 …

Member Avatar for franchav
0
3K

The End.