cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Array in C++ Program Samples
Array in C++ Program Samples
Aug 22, 2013 at 3:33am UTC
rosarion
(7)
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....
Aug 22, 2013 at 3:58am UTC
Codeez
(86)
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
Aug 22, 2013 at 4:01am UTC
Aug 31, 2013 at 8:11am UTC
rosarion
(7)
THANK YOU very Mucho....
Topic archived. No new replies allowed.