Thread: What is wrong with my project(multiple files)

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    106

    What is wrong with my project(multiple files)

    The errors aren't making any sense

  2. #2
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    First off, header files are not suppose to contain actual code. They're just for defining stuff. Move all that code into a CPP file.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    106
    ok, I'll try

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error opening files in a different dir
    By Ozzie in forum C++ Programming
    Replies: 3
    Last Post: 10-09-2008, 06:55 AM
  2. Working with muliple source files
    By Swarvy in forum C++ Programming
    Replies: 1
    Last Post: 10-02-2008, 08:36 AM
  3. Program Deployment and DLL/OCX Files?
    By dfghjk in forum C++ Programming
    Replies: 5
    Last Post: 06-16-2008, 02:47 AM
  4. Replies: 4
    Last Post: 12-11-2004, 02:36 PM
  5. Dos commands hehe
    By Carp in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-17-2003, 02:51 PM