Thread: help me with the acrostic Puzzle

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    11

    Red face help me with the acrostic Puzzle

    Hi again...thanx to all friends who answered my previous question...i am doing a word puzzle that arranges words givin by the user into their right places ..using recursion the problm is that this is my first year to deal with C++
    i donno how to assign the sword into a string in the array of structure i.g Array[number].word=str...i always get an error any help? thanx in advance

  2. #2
    Unregistered
    Guest
    are you trying to use string class from STL or null terminated strings? If the latter you need to use strcpy() not the assignment operator.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 8 Puzzle game solver with the Best-First algoritm
    By LordMX in forum C Programming
    Replies: 17
    Last Post: 08-11-2008, 10:00 AM
  2. Replies: 12
    Last Post: 06-06-2008, 05:26 PM
  3. Crossword Puzzle Program
    By Loctan in forum C++ Programming
    Replies: 2
    Last Post: 07-31-2006, 11:08 PM
  4. Solution to Google Puzzle 3,3,8,8=24
    By LuckY in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-01-2006, 09:12 AM