Category: Programming

Found out C++11 has the following two gems:

Found out C++11 has the following two gems:

Found out C++11 has the following two gems:   std::stoi, std::stol, std::stoll , std::stof, std::stod, std::stold, std::stof, std::stod, std::stold  – Coverts a C++ string to numeric type. Similar to the good old atoi, atod, atof but...

Trying out gcc-4.8.0 on Ubuntu 13.04.

Trying out gcc-4.8.0 on Ubuntu 13.04.

Trying out gcc-4.8.0 on Ubuntu 13.04. gcc-4.8.0, which has the best “experimental support for C++ 11”, should be standard in the upcoming Ubuntu 13.10, but you can play around with it using a PPA:...

As if by magic … this worked wonders

As if by magic … this worked wonders

As if by magic … this worked wonders to some ancient CVS archives I have, making them make sense once again.http://www.techrepublic.com/blog/opensource/convert-cvs-repositories-to-git/1321 #git LINK: Convert CVS repositories to Git | TechRepublic This post was originally...

C++ Overdose …

C++ Overdose …

(01:36:10 PM) shahada (gmail): try {   (*i)->event_tick(now_time); } catch (exception &e) {   syslog (LOG_CRIT, “Critical AQsense exception occurred: %s”,    e.what()   ); } (01:36:32 PM) shahada (gmail): reading it out loud...