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

Search:

Type: Posts; User: J_W

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,514

    Re: Include file semantics?

    I like that even better, now the includers (the cpp files) don't even have to worry with it, since it's covered right in the original header. I've never seen this method before, thanks.



    Ah...
  2. Replies
    5
    Views
    1,514

    Re: Include file semantics?

    Outstanding decipher, the voice of experience speaks.

    So then in my novice mind I'm guessing that since #include "ViewSwitchDoc.h" was always in the ViewSwitchView.cpp implementation file, this...
  3. Replies
    5
    Views
    1,514

    Include file semantics?

    Compiler error output,
    1>MainFrm.cpp
    1>z:\. . . . viewswitchview.h(19) : error C2143: syntax error : missing ';' before '*'
    1>z:\. . . . viewswitchview.h(19) : error C4430: missing type specifier...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured