By
guenter
|
Published
April 18, 2007
We are currently hard at work finishing the 1.3 release of POCO. Highlights of the new version will be official release of the Data library, the addition of Tuple and DynamicAny, HashMap and HashSet, shared memory support and lots of other improvements and bugfixes. Expect a preview release next week. The final release will be […]
By
alex
|
Published
April 17, 2007
I have to share what happened to me today. But, first, a Meyers’ quote from “Effective STL”: “… in the nearly 30 years I’ve been programming, I’ve never seen anything like STL. You probably haven’t either.” Now my story: I’m developing this app on top of an old DB which is, well, full of data […]
By
gerhard
|
Published
April 5, 2007
Hi POCO Maniacs! Express your POCO unity! Share your POCO passion with others! Share with the community your Project Showcase, your insights, learnings with POCO! The senders of the first 10 published showcases will get one T-Shirt. Please send it together with your contact information to poco@appinf.com. Here a first impression. T-Shirt Front T-Shirt Back
By
guenter
|
Published
April 3, 2007
The latest issue of CVu, one of the fine magazines of the ACCU, has published my article A Guided Tour of the POCO C++ Libraries, which gives an overview of the POCO libraries, with code samples. I hope this will help to make POCO known to an even wider audience. And at this point, welcome […]
By
alex
|
Published
March 30, 2007
Few words about this year’s SD West conference. The main reason I attended was to hear what Stroustrup and Sutter had to say about C++ future. Naturally, it was mostly about the upcoming C++0x standard. The most important topics were concepts (see this and this paper as well as ConceptGCC compiler implementation) and threading. Closures […]
By
gerhard
|
Published
March 26, 2007
The last days I’ve thought about Alex Blog “The Economics of Programming Languages in one Short Lesson” and what is missing for me, especially with the bottom line “Put your language out there, make it free and open and trust the programmers. … Good programming languages will survive and thrive, bad ones will die. ” […]
By
alex
|
Published
March 25, 2007
The only reason I like to travel is being able to read, especially on long flights. So, Charleston, SC – San Jose, CA trip to SD West was a good opportunity to read “Dreaming in Code”. Good book. About OSAF‘s development of a PIM named Chandler. Unfortunately, not comparable with The Soul of a New […]
By
alex
|
Published
March 16, 2007
I got tired of seeing the “Does C++ suck” title. So, I guess it’s time for new blog. I got tired of dumb radio stations on my way to work, too. I also get bored a lot working out in the gym. So, to kill the proverbial birds, I got myself an iPod Shuffle to […]
By
alex
|
Published
February 28, 2007
Here’s a blog on how C++ sucks and committee members are an ignorant bunch having little or no clue what they talk about when it comes to threading. I find it interesting to see over and over how people sharply and firmly focus on a single aspect of [insert your favorite issue here, from Iraq […]
By
guenter
|
Published
February 27, 2007
Time for another POCO bugfix release. 1.2.9 fixes various bugs and brings some performance improvements, most notable in the HTTP classes. Sergey N. Yatskevich contributed various patches for this release – thank you! Please see the CHANGELOG for the details.