最前沿的编程语言

1.C语言

当前最新版本
语言示例:

		#include <stdio.h>
		int main(){
			/*我的第一个c程序*/
			printf("Hello,world! \n");
			return 0;
		}

在线编程网址(转自菜鸟教程)

2.C++语言

当前最新版本
官方网站:http://www.cplusplus.com/
语言示例:

	#include <iostream>
	using namespace std;
	int main(){
		cout << "Hello,world!"<< "\n";
		return 0;
	}

在线编程网址(转自菜鸟教程)

3.C#语言

当前最新版本
官方网站:https://docs.microsoft.com/zh-cn/dotnet/csharp/

4.Objective-C语言

当前最新版本
官方网站:https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011210

5.Java语言

当前最新版本
官方网站:https://java.com/zh_CN/
语言示例:

	public class HelloWorld{
		public static void main(String []args){
			System.out.println("Hello world!");
		}
	}

在线编程网址(转自菜鸟教程)

6.Python语言

当前最新版本
官方网站:https://www.python.org/

7. .NET语言

当前最新版本
官方网站:https://docs.microsoft.com/zh-cn/dotnet/standard/

8.Go语言

当前最新版本
官方网站:https://golang.org/
语言示例:

	package main
	import "fmt"
	func main(){
		fmt.Println("Hello world!")
	}

在线编程网址(转自菜鸟教程)

9.php语言

当前最新版本
官方网站:http://www.php.net/

10.Ruby/Rails语言

当前最新版本
官方网站:http://www.ruby-lang.org/en/

11.Matlab语言

当前最新版本
官方网站:https://ww2.mathworks.cn/help/matlab/index.html

12.Vb语言

当前最新版本
官方网站:http://vb.net/

13.lua语言

当前最新版本
官方网站:http://www.lua.org/

14.R语言

当前最新版本
官方网站:https://www.r-project.org/

15.Perl语言

当前最新版本
官方网站:http://www.perlchina.org/

16.其他语言

当前最新版本
  • 4
    点赞
  • 17
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值