Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
About Me

learning...

Interests
music, PC games, coding, programming, learning new stuff, technology...
PC Specs
Intel Core 2 Duo E6300 1.86 GHZ 2GB DDR2 667 Corsair ValueSelect 250GB Seagate 7200 rpm PATA 100 ATi…
Favorite Tags
Member Avatar for Monyet

Hi, I just started a new online community, I'm just wondering to where should I go to do a link exchange, can anyone give me some suggestion? My community is about programming.. thanx cscgals for your advice on previous topic :)

Member Avatar for webconfigure
0
272
Member Avatar for rajec3

Which is the best book or site for learning JAVA perfectly? What should i install on my PC to learn programming in JAVA environment?? I dont know anything abt JAVA. I am just a beginner. please help me out thanks

Member Avatar for stultuske
0
169
Member Avatar for Monyet

Hi, I'm thinking to start again an online community. Before, I had started for a while, but doesn't work well... I just want to have some advices from whoever experienced... There are several factors that I'm always confused: 1. Should I get vBulletin license right away? 2. How can I …

Member Avatar for dojo
0
153
Member Avatar for Monyet

[code=java] import java.util.Random; public class CardDeck { private String deck[] = new String[52]; private String shapes[] = {"heart", "club", "spade", "diamond"}; private String numbers[] = {"ace", "deuce", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "jack", "queen", "king"}; public void CreateDeck() { for(int s =0; s < shapes.length; s++) { …

Member Avatar for Johnbull
0
115
Member Avatar for Jaseva

My daughter is seven and has been using the Internet for years with no reason for me to worry. However, recently she discovered that the Internet is much bigger than just playing games on pogo or nickjr.com. Since her pc is back in her bedroom and I can't watch her …

Member Avatar for didier-fr
0
292
Member Avatar for Monyet

Hi, it is pretty much my fault for procrastinating, anyhow.. I need to get the best grip for this language in about 2 weeks using Microsoft Visual Studio 2005 Professional. I need to get comfortable with both, I have experienced with Java but still pretty much new... I know objects, …

Member Avatar for percent20
0
111
Member Avatar for Monyet

I want to make a program with C# that can locate a store that we want dependent on the (X, Y). So for example: if I put (1,2) it will say that this is the nearest store. Do you guys have any idea on how to do this? I'm fresh …

Member Avatar for iamthwee
0
171
Member Avatar for blud
Member Avatar for Monyet

This is my code, I'm thinking to update the instance variable m, so that I can update my array1[m].. does anyone have suggestion? please help thank you [code=java] private int m; private int n; private int array1[] = new int[m]; private int array2[][] = new int[m][n]; public int Init() { …

Member Avatar for masijade
0
121
Member Avatar for Monyet

Hi, I'm working on this for this last weekend and have been thinking for hours to figure out how the hell can I print the duplication in arrays that's been initialized with random numbers... :( does anyone have suggestion or ideas on how to do this? I'm just having problem …

Member Avatar for Monyet
0
111
Member Avatar for Monyet

I need help on this, does anyone know how? I tried by typing.. public int LeaderboardLength { get; } but Visual Studio gives me an error message :-/ I also tried to use public struct LeaderboardLength { get; } or public struct LeaderboardLength : get; please help, very well appreciate …

Member Avatar for Monyet
0
58
Member Avatar for Monyet

I don't understand this part... can anyone please explain it to me easier? how does this thing work? [code=C#] try { } catch(ArgumentException) { } [/code] thank you :(

Member Avatar for Monyet
0
85
Member Avatar for Monyet

Hi everybody, I'm so new with Visual Studio 2005!!!! It has bunch of functions that I don't understand on how it works, does anybody have idea on how to debut my code? I wrote a class program that will receive 2 integers from the main methods, but I don't know …

Member Avatar for JerryShaw
0
106
Member Avatar for Monyet

How do you do this? I can assign each random values into arrays, but I cannot increment the value so that I can display each values with another for loops. It needs to be 5 to the right.. [code=java] import java.util.Scanner; import java.util.Random; public class LabAssgn_laksmono { public static void …

Member Avatar for MacGyver Orca
0
131
Member Avatar for Monyet

each of them have different number that is dependent on the user's input. how to find the smallest number? I usually use math class library in java with min and max method, what to use in C#? Thanx >.< hehe

Member Avatar for JerryShaw
0
103
Member Avatar for im4tion

Hi. I have a bunch of Java codes I have done and I was wondering if there is a possible software or program to convert it into c++? This is because I've done it in Java and now my lecturer wants it to be in c++ >< The concept is …

Member Avatar for Infarction
0
152
Member Avatar for Monyet

How do you create static methods using C#? How do you specify each items in the static methods? thanx.. I'm a C# newbie >.<

Member Avatar for Monyet
0
124
Member Avatar for Monyet

Hi guys, I found out that this is a VERY interesting community for programmers :D Anyways, it seems that C# and Java are VERY SIMILAR, and almost identical, however, i'm just wondering whther there's a need to import library in C# ? Thanx

Member Avatar for nikkiH
0
84