DevPinoy.org
A Filipino Developers Community
   

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Clang Almost Ready for Boost!

    One of the cooler projects I believe out there in the open source world is Clang — a ground-up implementation of a C/C++ front-end for LLVM. Thanks to a status message by Joel Falcou I looked at the cfe-dev mailing list archive and found this: I decided to see how well clang++ currently does at...
    Posted to mikhailberis by C++ Soup! on 01-13-2010
    Filed under: Filed under: , ,
  • Boost.Spirit v2.x Versus C’s ‘atoi’

    Alex Ott wrote a fascinating blog post about Boost.Spirit v2.x’s integer parser performance compared to standard C’s ‘atoi’, in one example of how C++ is faster than C in some cases. He writes: I did very primitive test of performance for new version of boost.spirit. I read somewhere...
    Posted to mikhailberis by C++ Soup! on 01-08-2010
    Filed under: Filed under: , , ,
  • Free/Delete Not Returning Memory To OS?

    As I do keep tabs on what’s going on with C++ around the web, I chanced upon this short and succinct article about ‘free’ and ‘delete’ not returning memory to the OS from Thought Garage which starts with: When you call free() or delete(), it will NOT really release any memory...
    Posted to mikhailberis by C++ Soup! on 01-05-2010
    Filed under: Filed under: , , ,
  • Python in C++

    Sometimes you want to be able to write applications in C++ and expose a way of easily extending it by offering a scripting interface embedded to your application. Why re-invent the wheel when you can embed existing programming languages like Python into your C++ application? This article covers how you...
    Posted to mikhailberis by C++ Soup! on 01-03-2010
    Filed under: Filed under: , , ,
Page 1 of 1 (4 items)

Copyright DevPinoy 2005-2008