Thread: spell checker

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    126

    spell checker

    I am experienced with c++, but I am new to programming for a Windows environment. I just finished a word processer. One of the things that I would like to add in order to improve my program is a spell checker, but I'm not sure how to create one. If someone could point me in the right direction it would be great.

    Thanks!

  2. #2
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    You could try:

    http://www.codeproject.com/cpp/csapi.asp

    Never used it though. I wrote my own spell checker API from scratch (which is typical of me).

  3. #3
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    Originally posted by Davros
    You could try:

    http://www.codeproject.com/cpp/csapi.asp

    Never used it though. I wrote my own spell checker API from scratch (which is typical of me).
    Whats wrong wqith writing something from scratch in the API?

  4. #4
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    >Whats wrong wqith writing something from scratch in the API?

    Nothing. It just was a lot of hard work.
    OS: Windows XP
    Compilers: MinGW (Code::Blocks), BCB 5

    BigAngryDog.com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple spell checker
    By purplechirin in forum C Programming
    Replies: 31
    Last Post: 03-19-2008, 07:17 AM
  2. Implementing a Spell Checker
    By LittleTim in forum C Programming
    Replies: 1
    Last Post: 11-21-2005, 11:15 PM
  3. Spell Checker
    By DeepFyre in forum Tech Board
    Replies: 2
    Last Post: 02-11-2005, 12:17 PM
  4. Spell checker poem.
    By adrianxw in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-13-2004, 10:49 AM
  5. spell checker in c needs help
    By madmax in forum C Programming
    Replies: 3
    Last Post: 03-13-2003, 09:36 AM