I am doing a project in c++. I want to open Pdf files. HOw can I do it in turbo c++. Should I have to switch to other IDE?

Recommended Answers

All 3 Replies

you should have to find out some libraries that support the PHP
file handling.
there are libraries like pdflib , But I think it was written in C language.
so you need to define them using extern "C" .

extern "C"{
 // API definitions
}

I have also did a project with C++ that uses the C API's or calls. it doesn't matter it's possible to use C written lib inside C++ ( I say from my experience ).

>Should I have to switch to other IDE?
The IDE you're using doesn't define the programming language (C++), so the answer is no :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.