Web development using C++
-
Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:
-
Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:
-
Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:
It's a royal pain in the ass, but it can be done. You have to use Managed C++ (C++/CLI), but it can be done. There are no ASP.NET templates so you have to write every tiny bit of code and wire up everything yourself. It's really not worth the pain. You're not getting that much of a performance bost to make it worth the trouble. If there are critical pieces of code that must be hand optimized, then you can write your critical code into components and use those in the C# or VB.NET code for the site.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:
Yea, as long as you use managed C++. IMO it should be possible to add a managed C++ project to the solution in which your ASP.Net project is stored.
-
Yea, as long as you use managed C++. IMO it should be possible to add a managed C++ project to the solution in which your ASP.Net project is stored.
-
Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:
-
Hello everyone, I'm developing a web tool and I started using asp.net with c# ,, an important part of the code is already written in c++ , I was looking and searching around and I kind of understood that I can use c++ as the web development language. Is this true ? this is my first time developing a web tool, sorry :confused:
This might be of interest to you. http://www.micronovae.com/CSP.html[^] I played around with it some time back and it looked pretty promising.
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore, Dream. Discover.