Hacker News new | ask | show | jobs
by prog 5603 days ago
I have to agree. I like STL + Boost a lot. I hope to try glib + C sometime. From what I see, that might allow me to C and still meet standard application needs.
1 comments

Good point, glib offers a ton of useful functions: http://library.gnome.org/devel/glib/2.6/glib-String-Utility-...

As you can see, its no std::string, but it can still save you some time.