![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Sexy Programmer
|
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.
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
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.
__________________
Robotics @ Maryland AUV Team - Software Lead |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Jan 2006
Location: UK
Posts: 214
Rep Power: 3
![]() |
I believe its only possible for managed extensions of microsoft visual C++.
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 146
Rep Power: 2
![]() |
VB.NET apps can be placed online?! like active applets?! how
|
|
|
|
|
|
#5 |
|
Programmer
|
ASP.NET can used with either VB or C#...
|
|
|
|
|
|
#6 |
|
Sexy Programmer
|
Thanks for everyone's reply!
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#7 |
|
Programmer
Join Date: Oct 2005
Posts: 84
Rep Power: 3
![]() |
No you cant built Asp.net Web application in C++(both managed or CLI) but you can built web services in C++
|
|
|
|
|
|
#8 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
If you want to build a web application with just C++ take a look at Wt (like Google's GWT but for C++!).
__________________
Robotics @ Maryland AUV Team - Software Lead |
|
|
|
|
|
#9 |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: Helltown
Posts: 162
Rep Power: 4
![]() |
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.
__________________
Spread your wings and fly! Chicken! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PFO Links within applications. | john Wesley | Coder's Corner Lounge | 5 | Aug 1st, 2006 9:14 AM |
| Placing external applications within an mdi form? | ZeeMan | Visual Basic | 1 | Jul 19th, 2006 2:16 PM |
| Visual C++ | Mcoy | C++ | 10 | Apr 4th, 2006 8:47 PM |
| How to meet these cross-platform project goals? | mattengland | C++ | 1 | Apr 3rd, 2006 4:01 AM |
| Programing Graphic Applications | Navid | C | 10 | Jul 3rd, 2005 10:56 AM |