Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

<random> in VC++ 2008 Express Edition

15 views
Skip to first unread message

nenad.j...@gmail.com

unread,
Feb 5, 2013, 5:37:02 AM2/5/13
to
Hi,

Is there a way to use stuff from <random> header in VC++ 2008 express (version 3.5 SP1)?
The header file is there but I cannot seem to use the objects as intended according to stl reference for <radnom>, e.g.:

#include <random>
...
std::default_random_engine r;

The compiler just gives me: 'default_random_engine' : undeclared identifier.



0 new messages