I am in need to do a c++ program which will take in argument from command line and return output.I need to convert this program to an exe in order to use it from my perl environment.
Please give some hints or pointers on how to proceed?My major confusions are
Are there free softwares around to convert c++ to exe?
can exe take in arguments and return output?

Recommended Answers

All 2 Replies

I am sorry, but do you even know what you are talking about? C++ is a high level language that needs to be compiled. Once it has been compiled, the resulting output IS is an exe (or at least a dll).

Thankyou..:)..I knew that.But I was mislead by an ambiguous meaning in an article about using c++ from perl.Wanted to know whether something new was there.

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.