1

How I can to connect PostgreSQL in a console C++ programm, which header files I must to include etc?

1

2 Answers 2

1

This is official documentation of libpq.

http://www.postgresql.org/docs/8.1/static/libpq.html

Sign up to request clarification or add additional context in comments.

Comments

0

You can try third-party C++ libraries for database connectivity like SOCI

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.