Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
AnswerRe: one port for many clients Or many ports for each client ? Pin
stancrm12-Dec-06 1:32
stancrm12-Dec-06 1:32 
GeneralRe: one port for many clients Or many ports for each client ? Pin
MarkPhB12-Dec-06 4:48
MarkPhB12-Dec-06 4:48 
QuestionUrgent - Need help with Hangman Game Pin
China-Gary12-Dec-06 1:20
China-Gary12-Dec-06 1:20 
AnswerRe: Urgent - Need help with Hangman Game Pin
stancrm12-Dec-06 1:28
stancrm12-Dec-06 1:28 
GeneralRe: Urgent - Need help with Hangman Game Pin
quiteSmart12-Dec-06 1:42
quiteSmart12-Dec-06 1:42 
AnswerRe: Urgent - Need help with Hangman Game Pin
ednrgc12-Dec-06 2:15
ednrgc12-Dec-06 2:15 
GeneralRe: Urgent - Need help with Hangman Game Pin
China-Gary12-Dec-06 2:17
China-Gary12-Dec-06 2:17 
GeneralRe: Urgent - Need help with Hangman Game Pin
ednrgc12-Dec-06 2:27
ednrgc12-Dec-06 2:27 
Nobody here will do the work for you. But, they will be happy to help you along the way. You need to make an effort to create the project yourself. If/when you get stuck on a specific part, people here will definitely help you.

Since you haven't started the project, I suggest writing out the steps of the project (scope). You start with a high level overview of the project:

A Hangman program.
We select a random word from some source.
The user will guess letters.
We check if the letter exists in the word.
If the letter exists, display it in the correct place.
If the word is complete, the user wins.
If the letter does not exist, draw the next piece of the hangman.
If the hangman is complete, the user loses.

From there, get more specific about each of the steps until it looks like complete pseudo-code. From there, you can easily create the program based on the overview, which could possibly become the documentation of the project.

GeneralRe: Urgent - Need help with Hangman Game Pin
China-Gary12-Dec-06 2:32
China-Gary12-Dec-06 2:32 
AnswerRe: Urgent - Need help with Hangman Game Pin
Colin Angus Mackay12-Dec-06 2:31
Colin Angus Mackay12-Dec-06 2:31 
Questionurgent!!! Pin
chravisankar12-Dec-06 1:14
chravisankar12-Dec-06 1:14 
GeneralRe: urgent!!! Pin
quiteSmart12-Dec-06 1:33
quiteSmart12-Dec-06 1:33 
AnswerRe: urgent!!! Pin
stancrm12-Dec-06 1:34
stancrm12-Dec-06 1:34 
GeneralRe: urgent!!! Pin
karam chandrabose12-Dec-06 1:59
karam chandrabose12-Dec-06 1:59 
GeneralRe: urgent!!! Pin
Colin Angus Mackay12-Dec-06 2:46
Colin Angus Mackay12-Dec-06 2:46 
GeneralRe: urgent!!! Pin
#realJSOP12-Dec-06 3:33
professional#realJSOP12-Dec-06 3:33 
GeneralRe: urgent!!! Pin
Martin#12-Dec-06 3:42
Martin#12-Dec-06 3:42 
GeneralRe: urgent!!! Pin
Martin#12-Dec-06 3:52
Martin#12-Dec-06 3:52 
GeneralRe: urgent!!! Pin
ednrgc12-Dec-06 5:17
ednrgc12-Dec-06 5:17 
GeneralClickety Pin
Colin Angus Mackay12-Dec-06 2:45
Colin Angus Mackay12-Dec-06 2:45 
AnswerRe: urgent!!! Pin
Dan Neely12-Dec-06 2:13
Dan Neely12-Dec-06 2:13 
AnswerRe: urgent!!! Pin
ednrgc12-Dec-06 2:19
ednrgc12-Dec-06 2:19 
AnswerRe: urgent!!! Pin
Colin Angus Mackay12-Dec-06 2:43
Colin Angus Mackay12-Dec-06 2:43 
GeneralRe: urgent!!! Pin
ednrgc12-Dec-06 5:20
ednrgc12-Dec-06 5:20 
GeneralRe: urgent!!! Pin
Colin Angus Mackay12-Dec-06 12:21
Colin Angus Mackay12-Dec-06 12:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.