So if you have a namespace like std::tr1 you can rename it likewise namespace tr1=std::tr1; // New name will be tr1 using namespace tr1; // Using this new name … more →
bits and byteswizard123 wrote 6 months ago: C++ TR1 has added concept of weak pointers. Most of the C++ developers understand use of shared poin … more →
Nibu Thomas wrote 1 year ago: So if you have a namespace like std::tr1 you can rename it likewise namespace tr1=std::tr1; // New … more →
softwareetc wrote 1 year ago: While processing some images, I realized how often I was repeating many of the same things for every … more →
john ousby wrote 1 year ago: I want to tell you about Olinda. The name was dreamed up by schulze & webb from an Italo Calvino … more →
Nibu Thomas wrote 1 year ago: Finally good news for MFC developers as Microsoft has made Visual C++ 2008 Libraries Extension Featu … more →