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

261 views Asked by At

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?

1

There are 1 answers

0
Saqlain On BEST ANSWER

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.