Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.c++.moderated    |    Moderated discussion of C++ superhackery    |    33,346 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 33,275 of 33,346    |
|    anneanimaui@googlemail.com to All    |
|    How to use lazy cpp?    |
|    28 Jan 14 04:56:21    |
   
   { since "lazy c++" is a specific tool and has its own web site, any   
    discussion on how to set it up would be off-topic in c.l.c++.m.   
    we welcome a general discussion on tools that make programming in   
    C++ easier, however. please consider topicality for your replies.   
      
    message reformatted to fit ~70 character lines. --mod }   
      
   Hello,   
      
   I am trying to compile my C++ applications in a manner similar to   
   Java/C#, without prototypes and using classes within separate files,   
   very much like this:   
      
   class childClass   
   {   
    parentClass* parent;   
    childClass(parentClass p)   
    {   
    parent = p;   
    }   
   };   
      
   class parentClass   
   {   
   childClass child(this);   
   };   
      
   I would like this to compile, without having to manually create headers   
   that give details about parentclass and childclass. I am looking for   
   something that will help me compile my code automagically.   
      
   So far I have only found lazycpp, and I am not having luck using it.   
   Is there a guide for this? It keeps throwing me errors about directories,   
   I am looking for a setup guide or someone who knows the correct setup   
   steps, who can verify what I am doing is correct.   
   Many thanks.   
      
      
   --   
    [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
    [ comp.lang.c++.moderated. First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca