Granville Barnett

Browse by Tags

All Tags » C++ (RSS)
C++ portability guide
I was looking for this document a while ago and couldn't seem to find it but I stumbled across it moments ago almost by chance. It's the the Mozilla guidance for C++ portability - give it a read here if you are interested in that stuff it is full of subtle...
Posted: Apr 20 2008, 07:16 PM by gbarnett | with no comments
Filed under: , ,
Something I let pass me by - VC++ TR1 released
If you have been using the Boost libraries then you will probably not see anything major that's not already in the Boost TR1 library BUT officially VC++ now has a TR1 implementation which is always a good thing. Information about TR1 (and the MFC update...
Posted: Apr 11 2008, 11:30 PM by gbarnett | with no comments
Filed under: , ,
Visual C++ in Visual Studio 10 will use SQL Server Compact instead of ncb's
For many this will no doubt induce a sigh of relief, we've all been there in moderately sized projects and then happened to see that the ncb file size seems to have grown exponentially - I don't think I've ever met someone who hasn't deleted the ncb file...
A few slide decks that may be of interest (C++ TR1)
I missed this but last Friday the VC blog guys put up some slide decks on the "new" stuff in TR1, I enclose new in quotations because if you've used Boost before then its not new, rather its just the native support for those features - which...
Posted: Feb 25 2008, 02:17 PM by gbarnett | with no comments
Filed under: , ,
VS 2008 C++ refactoring...
...well there still is none. I seem to be pressing commands in VS 2008 Win32 projects which would invoke pretty basic refactoring tools in C# and VB.NET but yet C++ has nothing! Now I know the VC guys are working on a parser that will help with the intellisense...
Cross-Platform Development in C++ (Book)
I have been sent a few books from Addison-Wesley and I think this one is the best of them all, but generally all have been excellent.  The book covers in great detail the various aspects to consider when creating portable C++ code, from GUI's to...
Posted: Jan 25 2008, 08:26 PM by gbarnett | with no comments
Filed under:
Copy-in, Copy-out and reference semantics
I see this question pop-up every now and then on various forums and generally within conversations. By default in languages like C# and C++ (and tonnes of others) copy-in semantics are used when dealing with the objects of formal method parameters. Each...
Posted: Nov 14 2007, 12:21 PM by gbarnett | with 2 comment(s)
Filed under: , , ,
C++0x looks like it's going to be awesome!
I'm loving what I'm reading on Herb Sutter's blog after his trip to the ISO C++ standards meeting in October . Among the things Herb raises, my favorites include: nullptr - finally a nice literal from C++/CLI is approved and we can all stop using 0 which...
Posted: Nov 02 2007, 07:58 PM by gbarnett | with no comments
Filed under:
STL/CLR - a fairly low key, but awesome new addition in .NET 3.5
I really like what the C++ team have done here, they've essentially created a subset of the stuff found in the C++ STL but included error checking and stuff like that - of course this all requires .NET 3.5. It seems that the STL/CLR stuff has been a victim...
Posted: Oct 27 2007, 07:59 PM by gbarnett | with 8 comment(s)
Filed under: , ,
Herb is posting some good C++ stuff as of late
Herb Sutter , one of my favorite C++ people has been posting some excellent stuff on C++ lately none more so than a video on machine architecture . He has also been talking about concurrency a lot recently as well. Enjoy.
Posted: Oct 25 2007, 07:02 PM by gbarnett | with no comments
Filed under:
More Posts Next page »