nenad.j...@gmail.com
unread,Feb 5, 2013, 5:37:02 AM2/5/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.