eonil
eonil

Reputation: 85955

What versions of C and C++ standards does FlasCC support?

I heard of FlasCC which is a C/C++ compiler targets AVM2. And also I heard it is based on an older version of GCC. (4.2??)

What kind/versions of C and C++ standards are supported on FlasCC?

Upvotes: 0

Views: 254

Answers (1)

Saqlain
Saqlain

Reputation: 17918

As per http://www.adobe.com/devnet-docs/flascc/docs/Reference.html it use standard GCC 4.2 http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/, which should answer your query!

You can look at "Introduction" section of above GCC link to know what is supported in this compiler.

Upvotes: 1

Related Questions