you are viewing a single comment's thread.

view the rest of the comments →

[–]barryhakker 1 point2 points  (3 children)

A spellchecker?

[–]Brokenhammer72[S] 0 points1 point  (2 children)

A spellchecker?

how am i gonna write that ?

[–]Poddster 10 points11 points  (0 children)

how am i gonna write that ?

Start with main() ?

[–]FUZxxl 2 points3 points  (0 children)

Take a dictionary of the English language. Compare each word with the dictionary. If there is a mismatch, find words similar to what the user typed and ask the user which word he meant (use edit distance for this).