본문 바로가기
C++/0x04-poco

poco c++ ][ 설치및 hello world 찍기

by SpeeDr00t 2016. 8. 4.
반응형

poco c++ ][ 설치및 hello world 찍기

 

ace wrapper과boost 와 함께 모던 c++라이브러리중 하나.

윈도우/리눅스/안드로이드/os x/임베디드 시스템등을 지원

 

"Without a good library,
most interesting tasks are hard to do in C++;
but given a good library, almost any task can be made easy."
 
- Bjarne Stroustrup
 

1. overview

 

 

2. 소스 다운로드

 

3. install ( . poco.sh )

4. 소스1 ( poco_helloworld.cpp )

 

컴파일하기


5. 소스2 (reference-counting.cpp)

 

컴파일하기

 

반응형