如何让程序在网站上运行 [英] How do I get programs to run on website

查看:177
本文介绍了如何让程序在网站上运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对编程非常陌生,并对我在网站上运行程序的过程感到好奇。我正在使用视觉工作室2017,并制作了简单的程序,如计算复合兴趣。我一直在使用c ++并从一个空项目开始。假设我有一个网站(我没有),我想添加我的复利计划,以便其他人可以使用它,我将如何去做呢?



我尝试了什么:



寻找其他地方的答案,但不太确定要找什么

解决方案

网页将成为您程序的前端。它可以启动它,用输入数据提供它,然后收集生成的输出数据,并将它们报告给用户。


你无法从你所处的位置真正做到这一点。您将需要学习HTML,CSS,Javascript,网页设计,C#或VB.NET等。请参阅 www.asp.net [ ^ ]和 W3Schools Online网络教程 [ ^ ]了解所需内容。

I'm very new to programming and was curious about what the process is to get programs I make to run on a website. I'm using visual studio 2017 and have made simple programs like calculating compound interest. I've been using c++ and starting with an empty project. Let's say I have a website (I don't) and I want add my compound interest program so other people can use it, how would I go about doing that?

What I have tried:

Have looked for answers else where but not quite sure what to look for

解决方案

The web page would be the front-end to your program. It could start it, feed it with input data and then collect the produced output data, reporting them to the user.


You cannot really do it from where you are. You will need to learn HTML, CSS, Javascript, web design, C# or VB.NET etc. See www.asp.net[^] and W3Schools Online Web Tutorials[^] to get an idea of what is required.


这篇关于如何让程序在网站上运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆