Click here to Skip to main content
15,896,453 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert ulong to binary i.e. ulong.ToBinaryString() Pin
DaveyM6919-Nov-12 19:15
professionalDaveyM6919-Nov-12 19:15 
RantRe: Convert ulong to binary i.e. ulong.ToBinaryString() Pin
0xfeeddeadbeef20-Nov-12 5:43
professional0xfeeddeadbeef20-Nov-12 5:43 
GeneralRe: Convert ulong to binary i.e. ulong.ToBinaryString() Pin
DaveyM6920-Nov-12 8:26
professionalDaveyM6920-Nov-12 8:26 
QuestionWord Frequency Pin
flowingsun11-Jul-08 2:13
flowingsun11-Jul-08 2:13 
AnswerRe: Word Frequency Pin
carbon_golem11-Jul-08 2:31
carbon_golem11-Jul-08 2:31 
AnswerRe: Word Frequency Pin
Thomas Stockwell11-Jul-08 3:58
professionalThomas Stockwell11-Jul-08 3:58 
AnswerRe: Word Frequency Pin
Guffa11-Jul-08 6:57
Guffa11-Jul-08 6:57 
AnswerRe: Word Frequency Pin
Alan Balkany11-Jul-08 9:38
Alan Balkany11-Jul-08 9:38 
There are three steps:

1. Write a function that goes through your sentence and isolates individual words.

2. For each word, check if it's in a hash table that maps strings to integers (counts). If it is, increment that word's integer and save it in the hash table's entry for that word. If it isn't, insert the word into the hash table with a one count.

3. Go through the hash table and print out each word and the integer associated with it.

You have to write the code yourself, though.
QuestionWeb Service tutorial in depth Pin
George_George11-Jul-08 2:08
George_George11-Jul-08 2:08 
AnswerRe: Web Service tutorial in depth Pin
Vimalsoft(Pty) Ltd11-Jul-08 6:42
professionalVimalsoft(Pty) Ltd11-Jul-08 6:42 
GeneralRe: Web Service tutorial in depth Pin
George_George12-Jul-08 23:47
George_George12-Jul-08 23:47 
GeneralRe: Web Service tutorial in depth Pin
Vimalsoft(Pty) Ltd13-Jul-08 14:29
professionalVimalsoft(Pty) Ltd13-Jul-08 14:29 
GeneralRe: Web Service tutorial in depth Pin
George_George13-Jul-08 19:53
George_George13-Jul-08 19:53 
QuestionI'm stuck in datagridview Pin
Technobizz11-Jul-08 1:37
Technobizz11-Jul-08 1:37 
AnswerRe: I'm stuck in datagridview Pin
Vimalsoft(Pty) Ltd11-Jul-08 6:49
professionalVimalsoft(Pty) Ltd11-Jul-08 6:49 
General[Message Deleted] Pin
Technobizz11-Jul-08 1:29
Technobizz11-Jul-08 1:29 
GeneralOK. Pin
CPallini11-Jul-08 1:32
mveCPallini11-Jul-08 1:32 
GeneralRe: OK. Pin
Technobizz11-Jul-08 1:39
Technobizz11-Jul-08 1:39 
GeneralRe: OK. Pin
CPallini11-Jul-08 1:53
mveCPallini11-Jul-08 1:53 
Questionelog vs wmi Pin
Mogaambo11-Jul-08 0:23
Mogaambo11-Jul-08 0:23 
AnswerRe: elog vs wmi Pin
nadarajan.sathish15-Sep-09 0:30
nadarajan.sathish15-Sep-09 0:30 
QuestionIs it possible to call VB 6 libraries in c# 2008? Pin
1.21 Gigawatts10-Jul-08 23:36
1.21 Gigawatts10-Jul-08 23:36 
AnswerRe: Is it possible to call VB 6 libraries in c# 2008? Pin
Simon P Stevens10-Jul-08 23:46
Simon P Stevens10-Jul-08 23:46 
GeneralRe: Is it possible to call VB 6 libraries in c# 2008? Pin
1.21 Gigawatts10-Jul-08 23:52
1.21 Gigawatts10-Jul-08 23:52 
QuestionHow to Multiple Thread execute at Same Time(simultaneously) in c#. [modified] Pin
bruze10-Jul-08 23:03
bruze10-Jul-08 23:03 

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.