语言

Menu
Sites
Language
How to Use C++ write for tizen?

So far, I have Install Tizen SDK2.0 On my Ubuntu.

And New a "Tizen Platform Project", and "Hello World Project".

But,I found the code:

 

#include<studio.h>

int main(int argc, char *argv[])

{

    printf("Hello World");

    return 0;

}
 
Q:
    Dose Tizen support  <studio.h> ?????
    How It "printf();"??
 
Q:
    I Can't Run the program on the emulator.Because get an error    "Launch failed.Binary not found".
 
I can pack an "rpm" file,
Q:
    How to install on emulator.
 
Q:
    I want to use native c++, where is the API???
    I want to make games.
 
I hope anyone can help me...Thanks.
  
 
 
编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

3 回复
Grek Kim
I have same problem. Did you figure it? If you figured, could you tell me how to use native c++?
John Ixion
afaik native will be available next week ;)
Carlos Gomez
Olivier - bump. Any updates? Carlos