Languages

Menu
Sites
Language
New class C or C++

Hi ! what is the tizen's language ? All samples are in C but if I select from the tizen Studio's menu "New -> Class" I can only to create an C++ class file.....why ?

 

Thank you and best regards

Edited by: Mimmo Petito on 03 Oct, 2018

Responses

2 Replies
Yasin Ali

Hi,

C and C++, both are used for Tizen Native application development. However, Most of the given sample applications are written in C and the default IDE settings can’t recognize C++ code. So, a beginner in Tizen development may face hard time to write code in C++ as he/she can’t use many magical features of C++. This article(https://developer.tizen.org/community/tip-tech/c-tizen-native-application) demonstrates how to make Tizen studio C++11 compatible so that developers can use C++ for Tizen native application development.

Hope it will help.

Armaan-Ul- Islam

C do not have the concept of 'Class'. It's only for OOP languages like C++, C#, Java. So you can't create a New Class in C, that's why there's only C++ in New > Class.