Thread: how do you resolve this error?

  1. #31
    Registered User
    Join Date
    Jan 2008
    Posts
    569
    I only included the "tree.h" where ExprNode is located at

  2. #32
    Registered User
    Join Date
    Jan 2008
    Posts
    569
    ok now I got this error:

    /usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../lib64/crt1.o: In function `_start':
    (.text+0x20): undefined reference to `main'

  3. #33
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    ummm put

    Code:
    int main(void)
    {
      return 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  2. Getting other processes class names
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2008, 04:02 PM
  3. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. Couple C questions :)
    By Divx in forum C Programming
    Replies: 5
    Last Post: 01-28-2003, 01:10 AM