반응형
한 번 해보면 알 수 있는 것들을 한 번을 하지 않아 모른다.
C++ 예제코드는 Hello Raspberry 를 출력하는 간단한 예제이다.
#include <iostream>
using namespace std;
int main()
{
cout << "Hello Raspberry Pi!" << endl;
return 0;
}
pi@raspberrypi ~/smartfarmtest $ nano helloraspi.cpp - 에디터로 코드 입력
pi@raspberrypi ~/smartfarmtest $
pi@raspberrypi ~/smartfarmtest $
pi@raspberrypi ~/smartfarmtest $ g++ -o helloraspi helloraspi.cpp - 컴파일
pi@raspberrypi ~/smartfarmtest $ sudo ./helloraspi - 실행
Hello Raspberry Pi! - 결과
pi@raspberrypi ~/smartfarmtest $
간단한가요 ?
반응형
'개발자 > Raspberry Pi' 카테고리의 다른 글
라즈베리 파이 케이스들 이미지 모아 봄~ (0) | 2015.01.13 |
---|---|
라즈베리파이 자동 로그인(Auto Login on the RaspberryPi) 설정 (0) | 2015.01.08 |
라즈베리 파이 B+ 카메라 고정방법 (0) | 2014.12.25 |
드디어 한 단계를 넘었다. 지치고 피곤하다. 사물통신 설계 시스템 (0) | 2014.12.24 |
gpio reset 함부로 하면 큰일~ (0) | 2014.12.05 |
라즈베리 카메라 도면 파일 (0) | 2014.11.18 |
라즈베리파이(Raspberry Pi)로 무엇을 만들 수 있을까요? (0) | 2014.11.15 |
라즈베리 파이 디멘젼~ Dimensions of Raspberry 라즈베리 파이 사이즈 (2) | 2014.10.30 |
더욱 좋은 정보를 제공하겠습니다.~ ^^