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

Search:

Type: Posts; User: ted_kingdom

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    4,691

    Re: Undefined reference to

    No, thank you. Initially I did not create a project at all. Now it works fine. Thanks a million!


    Done.
  2. Replies
    4
    Views
    4,691

    Re: Undefined reference to

    Online compiler also builds. But Code::Blocks 12.11 keeps yelling:
    Build messages:

    C:\Users\oniltech\Dropbox\CMS\Molecular Dynamics\Assignment 1\revision 1\BCC_FCC_HCP.o:BCC_FCC_HCP.cpp||...
  3. Replies
    4
    Views
    4,691

    Undefined reference to

    When building the program I get the following error: undefined reference to `Atom:: DoBCC(float, int, int, int)'. What am I doing wrong? Thanks in advance.

    main.cpp

    #include <iostream>...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured