Is it possible to write in C++ in Cocos creator?

Hi all! I wondered if it was possible to write in Cocos creator in C++

Welcome to cocos creator @Id_programming!
Have you checked this? Using cocos creator with c++

Thank!

I was a C++ programmer for 10 years before I moved to Cocos Creator. I love JS/TS quickly.
TypeScript is more productive in game development. TS makes it convenient to publish your game to all platforms, including web and native platforms.

Cocos Creator has dual cores in the fundamentals (C++ for native platforms and JS/TS for web). but you can write in TS for all platforms.
C++ is only needed when you want to modify the native engine or integrate native libs.

So, Happy to use TS, you will be happy all the time.