Thread: help me out Unrgent wit a cross word program

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    2

    help me out Unrgent wit a cross word program

    Hi all!!

    i m doing a dummy project ...pls help me out in it

    given an MxN filled up cross word,write a prog to print all the words present in it.
    Cross word table is given as input in a text file that contains ‘0’ for a shaded square and any other valid alphabet [A-Z] for any other position. Each row is a line of text input. A word has to be at least 2 letters long. The program has to read in the input file, and then print out all the words present.
    The program has to print the output in the following format :

    < i j > : < word > : < across / down >
    eg output: <1,6>:Republic:Across
    <2,3>:Independence:down

    pls do help me out with this...

    thx in advance
    Last edited by rags; 05-13-2008 at 10:51 AM. Reason: a typing mistake

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  3. Replies: 10
    Last Post: 11-18-2008, 11:52 PM
  4. Word Counting Program Help
    By rdave1 in forum C++ Programming
    Replies: 1
    Last Post: 09-14-2005, 04:30 PM
  5. funky little program - word to morse converter!
    By Brian in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-18-2002, 04:02 PM