News

.NET and Java developers are perplexed about the indiscreet way C++ discloses private class details. Pimpl (pointer-to-implementation) solves this problem by keeping secrets hidden from peepers. I ...
BR><BR>I know to do a forward declaration of Alpha in Beta.h you just do <BR><BR>class Alpha;<BR><BR>How do you do a forward declaration to access Alpha::Record;<BR><BR>I have tried the following ...
Help! (please? View image: /infopop/emoticons/icon_smile.gif)<BR><BR>I consider myself a reasonably good C++ programmer, without being an expert by any stretch of the ...