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

Search:

Type: Posts; User: Leejo

Search: Search took 0.02 seconds.

  1. Re: Lines without semicolon.. What is it? Function calls?

    Thanks :)
  2. Re: Lines without semicolon.. What is it? Function calls?

    Thanks VictorN. So these must be macro function calls and they must be defined somewhere else using #define. Am I correct?
  3. [RESOLVED] Lines without semicolon.. What is it? Function calls?

    The below code is taken from open source filezilla project (FileZilla_3.7.3_src\filezilla-3.7.3\src\interface\bookmarks_dialog.cpp)


    #include <filezilla.h>
    #include "bookmarks_dialog.h"...
  4. Re: Colon usage (single and double colon) Member initializer list?

    Thanks a lot laserlight.. Your answer is so precise and correct :). I checked cpp inheritance code samples and you are correct :). I was refreshing my cpp knowledge and got really confused between...
  5. [RESOLVED] Colon usage (single and double colon) Member initializer list?

    The below code is taken from the open source 7zip project (7z920\CPP\7zip\UI\FileManager\BrowseDialog.h)



    class CBrowseDialog: public NWindows::NControl::CModalDialog
    {


    What does the...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured