0

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?

Arne Mertz
  • 24,171
  • 3
  • 51
  • 90
eonil
  • 83,476
  • 81
  • 317
  • 516

1 Answers1

1

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.

Saqlain
  • 17,490
  • 4
  • 27
  • 33