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

Search:

Type: Posts; User: codenooblet

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    851

    Re: Linking errors

    Awesome... I understand that sooo I just need to compile the file without linking?? Unless of course I include a source file with an executable main() function. I currently use linux EMACS system for...
  2. Replies
    4
    Views
    851

    Re: Linking errors

    Awesome... I understand that sooo I just need to compile the file without linking?? Unless of course I include a source file with an executable main() function. I currently use linux EMACS system for...
  3. Replies
    4
    Views
    851

    Linking errors

    I am having a hard time linking my header file with my cpp file.

    My header file time24.h is as follows:



    #ifndef time24_h
    #define time24_h
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured