Free alternative to SQLAPI++? [closed] - c++

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 8 years ago.
Improve this question
Are there any free (and maybe open source) alternatives to SQLAPI++? This library looks very good but it is not free.

You can look at the CppCMS project which has the CppDB library.

Related

C++ getopt long for windows [closed]

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
Hi i'm trying to find getopt_long for Windows. I found the regular getopt but no version for getopt_long. Somebody who here who might know?

How to debug code with std::optional or std::variant? [closed]

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
It doesn't matter if I use libc++, libstdc++ neither gdb nor lldb can visualise std::optional or std::variant. I have googled a little but I didn't come across an obvious solution.
Have I missed any pretty-printers?

Particle Swarm Optimization in C++ [closed]

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 8 years ago.
Improve this question
I need to implement the PSO algorithm in C++. Is there any C++ library I can use to start with?
Particleswarm.info hosts a good PSO toolbox repository.

Was there a book about the creation of NT4? [closed]

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
Someone told me once there was a good novel around the story of the development of NT4. Does anyone know about this novel, what was its name?
The title is Show Stopper! The Breakneck Race to Create Windows NT and the Next Generation at Microsoft. It's ISBN-10 is 0029356717.

StyleCop for C++ [closed]

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 8 years ago.
Improve this question
I would like to ask do You know any programs similar to StyleCop but for C++?
See A free tool to check C/C++ source code against a set of coding standards?. This looks to be what you are after, although I don't know the full capability of the StyleCop tool.