Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0

6 Posted Topics

Member Avatar for Vexx

Hello folks, For my final project I decided to write an online poker game. Long story short I'm having trouble with a class I wrote to manage java.net.Sockets. The source for this class is: [CODE] import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import java.util.Iterator; import java.util.LinkedList; public …

Member Avatar for Vexx
0
480
Member Avatar for spades0001

There is so many great sources to assist you in learning the Java programming language available via google.com. I'll post a sample class using a method below and explain it to the best of my ability to help set you on the right track. Here is a simple example of …

Member Avatar for laupkram
0
114
Member Avatar for tressureme

It seems like this topic has veered way off. #1: What is an algorithm? [INDENT][I][QUOTE]An 'algorithm' is an effective method for solving a problem expressed as a finite sequence of instructions ([url]http://en.wikipedia.org/wiki/Algorithm[/url])[/QUOTE][/I] An algorithm can be expressed by: natural language (see example below), [B]flow charts[/B], psuedocode, control tables, etcetera.[/INDENT] #2 …

Member Avatar for Rashakil Fol
-4
833
Member Avatar for Allophyl

I was actually curious about the same thing. If you would be interested in starting a project I would be happy to help out. My skill set at the moment lies in C, C++, C#, Java, as well as PHP and the basic web scripting languages css, javascript, and html. …

Member Avatar for Vexx
0
96
Member Avatar for gaurav_13191

You should pause your program so you can see the output before the console window closes. You can do this quite a few ways, but the simplest way I can think of is using the system command. I am not sure if this works cross-platform but it works for Windows. …

Member Avatar for gaurav_13191
0
94
Member Avatar for Vexx

Hello everyone, I am having some trouble with a program I'm writing and I can't figure out for the life of me what is going wrong. I'll post the code below but first I will point out the problems I'm having. (Both problems are highlighted in my source code with …

Member Avatar for Vexx
0
112

The End.