Develop API for my cpp app

N

n0xi0uzz

Hi

How to develop API for my C++ application if i want to use it
something like an engine from perl and python?

Thanks.
 
V

Victor Bazarov

n0xi0uzz said:
How to develop API for my C++ application if i want to use it
something like an engine from perl and python?

What is your C++ *language* question, again? For general inquiries
about software development, consider 'comp.software-eng' newsgroup.

V
 
B

Bill

An interesting question. More a general software design question however.
For the most universal appeal I recommend you write a protocol and publish
that first. A protocol will be available to any developer or any platform.
Then develop a C API on top of that - for convenience. A C api is the most
universally useful. Any other API, then you need to write that in the
language/tool you want to support I guess.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top