CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Paul McKenzie

Search: Search took 1.62 seconds.

  1. Re: Trouble with Linking to Object File Undefined Reference.

    Instead of trying to sort so many numbers, try to sort just three or four numbers.

    Regards,

    Paul McKenzie
  2. Re: Trouble with Linking to Object File Undefined Reference.

    Did you use your compiler's debugger to solve the problem?

    Regards,

    Paul McKenzie
  3. Re: Trouble with Linking to Object File Undefined Reference.

    What is "prog.h"? You never stated what this is:


    #include "/home/turing/onyuksel/courses/340/progs/11s/p8/prog8.h"

    Secondly, please don't throw stuff together and not know what you're really...
  4. Re: Trouble with Linking to Object File Undefined Reference.

    The obvious reason is that the linker cannot find that function.

    The code you posted does not show exactly how that CPP and header file are related. All I see in the cpp file is this:

    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured