Thread: Can't define object in seperate files

  1. #1
    Registered User
    Join Date
    Nov 2004
    Posts
    6

    Can't define object in seperate files

    I'm having the a terrible problem in C++ .NET
    I have a main.c, and callbacks.c and func.h
    Everything compiles and works fine, however if I add a new class, I immdiately get a syntax error ";" at the top of the new header file along with a few other errors.
    PLEASE HELP, i've got an assignment due soon!
    Carmen

  2. #2
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    how about showing us the code?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Accessing syscalls from C
    By lilcoder in forum C Programming
    Replies: 17
    Last Post: 09-19-2007, 02:27 PM
  2. Adding buttons, edit boxes, etc to the window
    By rainmanddw in forum Windows Programming
    Replies: 1
    Last Post: 04-10-2006, 03:07 PM
  3. whats wrong here
    By sreetvert83 in forum C++ Programming
    Replies: 15
    Last Post: 09-21-2005, 10:05 AM
  4. Help getting multiple keypresses in a DOS compiler
    By Nongan in forum Game Programming
    Replies: 2
    Last Post: 04-01-2005, 10:07 PM
  5. Stiff sets of equations
    By Mistert77 in forum C Programming
    Replies: 7
    Last Post: 10-27-2003, 12:36 PM