User profile: scotty

User info
User name:scotty
Old user name:peach1
History
Joined:
Number of posts:14
Latest posts:

convert from python to c++
I've got to write it in Microsoft Visual Studio 2010 in c++ for my assignment unfortunately.

convert from python to c++
When I put JL's into Microsoft Visual studio it says: Error 1 error C2039: 'mt19937' : is not a mem...

convert from python to c++
.

3 Questions - basic c++
#include <iostream> intmain() { int n= 6; // print numbers 1 to n for (int T = 1; T <= num_entere...

3 Questions - basic c++
#include <iostream> int main() { int n = 6 ; // print numbers 1 to n for( int i = 1 ; ...