Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ AND WEB

Status
Not open for further replies.

nihan

Programmer
Oct 26, 2001
4
TR
hi
I want to run the c++ program under the web?
is it possible?
if possible HOW?
and if NOT possible?
how to convert to c++ to visual c++?
HOW?
 
It depends just a little on what sort of program you have and what you mean by "under the web". Also VC++ is the MS tool for developing C++ programs; in principle you can compile any C++ under VC++. In reality, if it was written for Linux say, there'd probably be a few changes required. :) Hope that this helped! ;-)
 
You'll most likely want to read up on COM objects and ATL for doing c++ over the web. I suggest getting a good book on it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top