用几种不同的语言输出:Hello world!!!(C、C++、Java、Python、JavaScript)
样例如下:C: #include <stdio.h> int main() { printf("Hello world!!!\n"); return 0; }C++: #include <iostream> using namespace std; int main() { cout<<"Hello world!!!"<<e...
NVIDIA Jetson TK1学习与开发(五):helloworld的C版本与C++版本
从本篇博文开始,将一一探索Jetson TK1的开发过程,那就从最简单的hello world开始吧。 本次将介绍hello world的两种写法。 1、C版本hello world 新建helloworld.c: 输入代码: 编译链接运行: 2、C++版本hello world 新建helloworld.cpp: 输入代码: 编译链接运行: 对,就是这么简单!大家都会的。。。
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。
开发与运维
集结各类场景实战经验,助你开发运维畅行无忧
+关注