Array in C++ Program Samples


I just try running the sample program from the site below
http://www.cplusplus.com/reference/array/array/fill/

I just cut and paste using the IDE (BloodShed)DEV-C++ and CodeBlock.

Both compilation result to ERROR....
Do you have some suggestions ??
Please give me your Expert Advice.
Thanks in Advance....
What exactly is your error message? That page is using a feature implemented by C++11, make sure you're compiler actually supports the latest revision (not all do, or fully do). Try using VS2012 Express or GCC/Mingw with Code::Blocks.
Last edited on
THANK YOU very Mucho....
Topic archived. No new replies allowed.