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 #4K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

9 Posted Topics

Member Avatar for zach1280

That error means that you reached the end of file without closing some brackets. You still need the main method bracket and the class bracket. Regards

Member Avatar for zach1280
0
555
Member Avatar for AurosGamma

Hello there. I'm making a simple Pacman game because I'm practicing C# (I've never programmed in C# before), but I ran into a problem. Here is my code: [CODE]void addGhost(object sender, EventArgs ea) { Random random = new Random(); int ghostNum = random.Next(5); // Here I use and enum I've …

0
171
Member Avatar for AurosGamma

Hello, i'm making a web site as a college project, this site features html,php,javascript,ajax,jquery and mysql. I'm almost done with the website... in the website i have a game, the players can create a 'lobby' and others players joins them, so, when a lobby is created an entry in the …

0
114
Member Avatar for sneekula

I know i'm a geek when: 1- I use the term "geek" instead of "nerd" 2- When i'm at the super market i want to use CTRL+F to find something, but i cant. 3- I solve my computer/programing problems when i'm in the shower, always worked for me. Greetings

Member Avatar for Netcode
0
677
Member Avatar for abdelhakeem

You reached 167 points, so you achieved position 572670 of 1685736 on the ranking list You type 258 characters per minute You have 43 correct words and you have 4 wrong words :( Good for a non-native english speaker

Member Avatar for nick.crane
0
455
Member Avatar for AurosGamma

Hello, i'm making a "Bubble Breaker" game in php and i have a problem modifying my dinamically created components...First of all my php code: [CODE] <?php $balls = array( "blue", "green", "lightBlue", "purple", "red", "yellow"); $pos = count($balls)-1; if( isset ($_POST["new"])) { if( is_numeric ($_POST["rows"]) && is_numeric ($_POST["cols"])) { echo …

Member Avatar for AurosGamma
0
79
Member Avatar for AurosGamma

Hello, i'm here to ask you for some help, i have done several applications/games in different programing languages, most of them without planification. For example,i wrote a five-in-a-row game in C++ with A.I (simple heuristic functions) without making sketchs or things like that, i started programing just to see what …

Member Avatar for stultuske
0
142
Member Avatar for AurosGamma

Just wanna say hello! I'm a student who loves programing, develop simple/complex apps it's my life. I'm not here to ask you to do my homework at all, i'm a dedicated programmer who knows ask for help when is really needed, i like to learn on my own. Althought i'll …

Member Avatar for AurosGamma
0
185
Member Avatar for lynnajoe

If you are refering to you JFrame components you could use the gridBag layout to show them like a column. For example, i'll set diferent components inside a panel, an then add the panel to JFrame: [CODE]... JPanel panel = new JPanel; panel.setLayout(new GridBagLayout()); menuPanel.setBounds(0,0, 50, 200); GridBagConstraints c = …

Member Avatar for JamesCherrill
0
162

The End.