Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Common C++ framework

Tags:

c++

frameworks

Has anyone experienced with Common C++ Framework? Can it be used as a framework for a Telecom networking application?

like image 345
jackhab Avatar asked Jan 26 '26 22:01

jackhab


1 Answers

Why use that? Why use an obscure framework, when a well established, well documented, peer reviewed, high quality framework like Boost exists. It has good networking libraries among a million others.

like image 135
Yogi Avatar answered Jan 28 '26 13:01

Yogi