Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have a lot of settings which are represented by key-value pair. Key is a string, value can be string or double. These settings are divided by categories with string names.
The question is - I want to store settings in human-readable format, the file should be easily read and changed by user. (that's why e.g. boost serialization is not so good). What libraries can you recommend?
Your problem seems to be trivially solvable using JSON.
As for library recommendations, it is considered off-topic on SO.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I forgot the name, but sometime back I had come across a Javascript library which would take multiple integers as input and then return a very optimized string. This string can be reconverted back to those multiple integers when needed.
Is there any such library in C++ which does that?
After browsing the old code in Javascript, I found our that the library which I came across was Hashids and it has C++ support as well.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am developing applications using C++ at university.
As a requirement of the application, it is necessary to extract data from a PDF file together with location (x position and y position on a page) in which texts and images are embedded.
Is there a useful C++ library?
Or should I analyze the data structure of the PDF file and extract the data?
notes:
I did not know that such a question is inappropriate on this site.
Because the kind one answered, I will leave it untouched.
I will be careful about the question content in the future
A good place to start might be Imagemagik https://imagemagick.org/script/api.php
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am building a program to parse .vsd file.
But I don't know where to find link introduce Visio Binary Format (.vsd) specs.
Visio binary format (VSD) is a proprietary format (means - there is no documentation publicly available)
I have seen libvisio package from LibreOffice which seems to be capable of doing this, but may need to dig into sources: https://github.com/LibreOffice/libvisio
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am trying to implement a graphing calculator on the iPhone. I am looking for a library that can take strings of expressions or functions and let me manipulate them (find derivatives, intercepts, zeros, etc). Does anything like this exist?
There's GiNaC for C++. GPL-licensed and actively maintained, last update only a month ago. I found old links to many others that don't seem to exist anymore; perhaps people simply found it easier to use GiNaC?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a simple C++ library that allows me to convert timezone descriptions like "America/New_York" into an offset to GMT.
I'm looking for a lightweight library to add to an existing project.
Never used it but I think boost date time can do this:
boost::date_time - local_time database
You can use Roguewave libraries for c++.
http://www.roguewave.com/products/sourcepro/