Skip to content

Selection between multiple C++ libraries. #821

Answered by marzer
antiqueverma asked this question in Q&A
Discussion options

You must be logged in to vote

Obviously I have some skin in the game here, but it really depends on what your priorities are and what environment constraints you're limited to.

  • What is the minimum version of the C++ standard you wish to target?
  • Do you require TOML comment preservation?
  • Do you prefer a more functional or imperative style of code?
  • Do you prefer procedural C-style code, or modern C++-style code?
  • Can/will you use exceptions?

All three have fairly different focuses so will be better or worse for you depending on your needs. Consider doing a quick scan of the documentation of each and see what feels like a good fit for you:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by antiqueverma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants