NVIDIA Jetson TK1学习与开发(五):hell

从本篇博文开始,将一一探索Jetson TK1的开发过程,那就从最简单的hello world开始吧。

本次将介绍hello world的两种写法。

1、C版本hello world

新建helloworld.c:

输入代码:

编译链接运行:

2、C++版本hello world

新建helloworld.cpp:

输入代码:

编译链接运行:

对,就是这么简单!大家都会的。。。大笑

文章导航