Thread: Help with using a Function from a separate file.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jul 2011
    Posts
    3

    Help with using a Function from a separate file.

    I'm currently trying to get this particular code to work. In it, I have a forward reference in main.cpp that doesn't seem to do its job. I created the actual function in another source file, but when I try to compile my program, these errors occur.
    Attached Images Attached Images Help with using a Function from a separate file.-main-jpg Help with using a Function from a separate file.-mystuff-jpg 

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. #define from a separate file
    By Syekiya in forum C Programming
    Replies: 6
    Last Post: 09-19-2010, 03:33 AM
  2. WinProc in separate file
    By ChrisWard1000 in forum Windows Programming
    Replies: 2
    Last Post: 09-10-2004, 07:27 AM
  3. put vars in separate function, but need reference
    By stallion in forum Windows Programming
    Replies: 4
    Last Post: 03-06-2003, 09:22 PM
  4. Replies: 7
    Last Post: 10-15-2002, 10:55 PM
  5. calling function from separate cpp file
    By dontknow in forum C++ Programming
    Replies: 6
    Last Post: 04-06-2002, 10:42 AM