Thread: Simple problem with a function call towards a pre-existing function

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    The C eater *munch*
    Join Date
    Oct 2006
    Posts
    101
    ic.... try this
    Code:
    LoadPuzzle(original, solution, ROWS, COLS)

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    5
    ....wow....hah...well I feel dumb. I could have sworn it was necessary to specifiy the size of the array when it gets passed into the function. Thank you yxunomei for the helpful and very fast reply. I greatly appreciate it!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  4. Problem with Visual C++ Object-Oriented Programming Book.
    By GameGenie in forum C++ Programming
    Replies: 9
    Last Post: 08-29-2005, 11:21 PM
  5. Replies: 6
    Last Post: 03-02-2005, 02:45 AM