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
~4K People Reached

3 Posted Topics

Member Avatar for zambetta

I am also trying to generate random number into an array BETWEEN 0-8. I tried using [CODE]Random ranNum = new Random();[/CODE] But it generates duplicates. I also tried to shuffle the indexOf the array but it also generated duplicates. Could any one please help me get this working? here is …

Member Avatar for adajames
0
1K
Member Avatar for govnah

Hi there, i'm a newbi at c# and i'm trying to create a game called SHUFFLE. The game is suppose to generate an array[8] of random number (without duplication) each time it is run. and then the user is suppose to sort it out in order. I have managed to …

Member Avatar for Momerath
0
2K
Member Avatar for govnah

Hi friends, i am trying to create a media gallery which will display images from a folder. I have sorted the images into a separate folders according to years i.e (2011,2010,2009). which i will be using as navigation. so far i've been able to list the folders in the directory …

Member Avatar for govnah
0
182

The End.