Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   Build Web Applications using C++ (http://www.programmingforums.org/showthread.php?t=13142)

ReggaetonKing May 11th, 2007 12:35 PM

Build Web Applications using C++
 
Is it possible to build .NET web application using C++ instead of C# or VB.NET? If so, how would I integrate my code with existing code written in other languages.

Game_Ender May 11th, 2007 12:38 PM

Have you tried you C++/CLI? That is the only thing I can think of. Otherwise you could use something like SWIG to wrap your C++ code for use with .NET languages.

Seif May 11th, 2007 2:28 PM

I believe its only possible for managed extensions of microsoft visual C++.

physicist May 12th, 2007 11:13 PM

VB.NET apps can be placed online?! like active applets?! how

niteice May 13th, 2007 12:02 AM

ASP.NET can used with either VB or C#...

ReggaetonKing May 13th, 2007 1:30 AM

Thanks for everyone's reply!

lucifer May 13th, 2007 8:33 AM

Quote:

Originally Posted by reggaeton_king (Post 127756)
Is it possible to build .NET web application using C++ instead of C# or VB.NET? If so, how would I integrate my code with existing code written in other languages.

No you cant built Asp.net Web application in C++(both managed or CLI) but you can built web services in C++

Game_Ender May 13th, 2007 10:57 PM

If you want to build a web application with just C++ take a look at Wt (like Google's GWT but for C++!).

rsnd May 16th, 2007 4:17 PM

Well, I tried a method before that works for sure:

It involves c++ programs compiled under similar environment as the web server host and php's `` clauses.


All times are GMT -5. The time now is 2:22 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC