I have heard of Boost and ACE as two well-known C ++ libraries. What are other good C / C ++ libraries?
Does Boost and ACE support session management for web applications written in C / C ++?
EDIT: Okay, I will try to be domain specific. I am looking for a C / C ++ library that could help me maintain session state for a CGI C ++ web application.
source
share