编程语言种类

    • 1.C语言
    • 2.C++语言
    • 3.C#语言
    • 4.Objective-C语言
    • 5.Java语言
    • 6.Python语言
    • 7. .NET语言
    • 8.Go语言
    • 9.php语言
    • 10.Ruby/Rails语言
    • 11.Matlab语言
    • 12.Vb语言
    • 13.lua语言
    • 14.R语言
    • 15.Perl语言
    • 16.其他语言

1.C语言

当前最新版本
语言示例:

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

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

2.C++语言

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

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

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

3.C#语言

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

4.Objective-C语言

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

5.Java语言

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

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

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

6.Python语言

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

7. .NET语言

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

8.Go语言

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

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

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

9.php语言

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

10.Ruby/Rails语言

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

11.Matlab语言

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

12.Vb语言

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

13.lua语言

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

14.R语言

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

15.Perl语言

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

16.其他语言

当前最新版本

更多推荐

最前沿的编程语言