我应该学习C ++还是java?

时间:2022-09-11 10:18:55

I'm a Mac developer, and I want to develop applications to work on as many platforms as possible (Linux, Windows and Mac for starters). I also want the program to have a GUI, not be terminal-based. I'm not worried about performance benefits, because my application (algorithm) is very fast and runs in about 2 seconds on old hardware.

我是Mac开发人员,我想开发应用程序以在尽可能多的平台上工作(Linux,Windows和Mac用于初学者)。我也希望程序有一个GUI,而不是基于终端的。我并不担心性能优势,因为我的应用程序(算法)非常快,并且在旧硬件上运行大约2秒钟。

I'm using a panther development environment, which may pose some issues for code portability.

我正在使用黑豹开发环境,这可能会给代码的可移植性带来一些问题。

1 个解决方案

#1


4  

Based on your multiplatform needs Java would be the best choice, since it allow to "write once and run everywhere" ...

基于您的多平台需求,Java将是最佳选择,因为它允许“一次编写并随处运行”......

#1


4  

Based on your multiplatform needs Java would be the best choice, since it allow to "write once and run everywhere" ...

基于您的多平台需求,Java将是最佳选择,因为它允许“一次编写并随处运行”......