Question
What programming languages can be used to create native applications with Tizen Studio? All the examples I've seen are written in C, and Tizen Studio doesn't seem to support C++ code. However, I've read that C++ might be possible. Can I use C++ for native application development in Tizen?
Answer
Problem Understanding
The user wants to know whether C++ can be used for native application development in Tizen Studio, as they've only seen C examples and are unsure about C++ support.
Solution Methods
- Tizen Studio does support C++ for native application development.
- Tizen supports C++11 standard library extensions for native development.
- While most examples may be in C, you can create C++ projects and use C++ features in your native applications.
Additional Tips
- When creating a new project in Tizen Studio, you can select C++ as your language option.
- Make sure to include the appropriate C++ headers and use the C++11 standard for best compatibility.
- For reference, you can check the official documentation on Samsung Tizen OS website for C++ development guidelines.