Author Topic: RANDOM  (Read 2230 times)

Offline gldmnnjdr

  • Single posting newcomer
  • *
  • Posts: 4
RANDOM
« on: October 30, 2015, 11:18:57 pm »
hi. when I am using #include <random> the compile does not start and prints "#error This file requires compiler and library support for the \
ISO C++ 2011 standard. This support is currently experimental, and must be \
enabled with the -std=c++11 or -std=gnu++11 compiler options.
#endif"
 can u help me pls?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: RANDOM
« Reply #1 on: October 31, 2015, 12:59:05 am »
Just add the option the compiler told you to add to the compiler's other options in project -> build options
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]