Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualBrother Bob

Posted 28 May 2012 - 09:58 AM

Looks like the typical error where you try to define the templates in a separate file. Declaration and definition cannot be separate; the full declaration of everything has to be visible at every point where the template is instantiated. Put the code for all your functions in the header file instead of in a separate file.

#1Brother Bob

Posted 28 May 2012 - 09:58 AM

Looks like the typical error where you try to define the templates in a separate file. Declaration and definition cannot be separate; the full declaration everything has to be visible at every point where the template has to be instantiated. Put the code for all your functions in the header file instead of in a separate file.

PARTNERS