本文介绍了使用哪种编程语言?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在尝试编写一种算法,根据用户回答几个问题提出答案。我应该用什么语言来做这件事?



我尝试了什么:



我打算尝试使用C ++,虽然我不确定这是否是最佳选择。

Hi there, I am trying to program an algorithm that will come up with answers based on the user answering a few questions. What language should I use to do this?

What I have tried:

I was going to try with C++, although I am not sure if this is the best option.

推荐答案



Quote:

我应该用什么语言来做这个?

What language should I use to do this?



Any语言可以做到,没有一个对别人有特别的优势。


Any language can do it, and none have particular advantage against the others.

引用:

我打算试试C ++,虽然我不确定这是否是最好的选择。

I was going to try with C++, although I am not sure if this is the best option.



我不建议使用C或C ++,因为你必须手动处理内存分配,这只是一个难度。

我的建议:选择一个你是最放心的。

VB,Java,C#,Python ......


I do not recommend C or C++ because you have to deal manually with memory allocation, it is just 1 more difficulty.
My advice: choose the one you are the most at ease with.
VB, Java, C#, Python ...


这篇关于使用哪种编程语言?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-27 13:34
查看更多