Jump to content

C++: Difference between revisions

25 bytes added ,  20 January 2022
no edit summary
No edit summary
Line 555: Line 555:
};
};
</syntaxhighlight>
</syntaxhighlight>
==Boost==
{{main | Boost (C++ libraries)}}
A set of popular C++ libraries.


==Programming Styles==
==Programming Styles==
Line 650: Line 646:
==Useful Libraries==
==Useful Libraries==
A list of useful libraries
A list of useful libraries
===Boost===
{{main | Boost (C++ libraries)}}
A set of popular C++ libraries. Most are header-only.
===cxxopts===
===cxxopts===
[https://github.com/jarro2783/cxxopts Link]<br>
[https://github.com/jarro2783/cxxopts Link]<br>