Can I create C ++ programs for BlackBerry (examples?)

Does anyone know that I can create C ++ programs for the Blackberry platform?

Some old video says that third-party applications can only be written in Java. It's true. Or can you write applications in C ++ if you run the device?

If anyone has an example welcome message in C ++ for Blacberry, please submit it.

/Thanks: -)

+5
source share
1 answer

There is a C ++ SDK for Blackberry, but only for older three-digit models (e.g. 957 or earlier). To write for modern BB devices, you must use the Java SDK.

+11
source

All Articles