CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Dec 2009
    Posts
    2

    Unhappy Oh my; I'm losing my mind! Help!!

    I attatched the code I'm compiling as a zip

    Here is the output from my compiler (using eclipse)

    Code:
    Building target: css342hw7
    Invoking: MacOS X C++ Linker
    g++ -arch x86_64 -o "css342hw7"  ./driver.o   
    Undefined symbols:
      "LongInt::operator>(LongInt const&) const", referenced from:
          _main in driver.o
      "LongInt::operator+(LongInt const&) const", referenced from:
          _main in driver.o
          _main in driver.o
          _main in driver.o
      "LongInt::operator>=(LongInt const&) const", referenced from:
          _main in driver.o
      "LongInt::~LongInt()", referenced from:
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
          _main in driver.o
    Someone help please? : )
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured