언어 설정

Menu
Sites
Language
tizen native c++소스

안녕하세요 갤럭시 기어 s2에 tizen native app개발을 하고 있습니다.

tizen이 c/c++ 기반으로 알고 있는데,

c로 되어 있는 소스는 모두 사용가능한데 c++ 소스는 사용이 되지 않아 질문올립니다.

예를 들어 c++의 cout, string 등 c++의 소스를 사용하면 에러가 발생하네요.

c++ 소스를 사용하여 개발하는 방법이 있을까요??

또한, c++로 되어 있는 tizen 샘플 소스가 있을까요??

Responses

1 댓글
Mehedi Alamgir

Hi

What I understood from your question is, you want to know whether Tizen Native app support cpp or not.

You can use cpp in tizen Native application by changing the source file extension from c to cpp. But you have to be careful about any type of conflict of C and C++ syntax . After changing source file extension to cpp, you can also apply OOP in you code.