User profile: johnkravetzki

User info
User name:johnkravetzki
Name:Richard
Location:Wroclaw/Poland
Bio:to be honest - recently I focus on C# and .NET :-)
Statistical data
Gender:Male
Skills:C++
C++/.NET
C#
C#/.NET
History
Joined:
Number of posts:98
Latest posts:

generate all permutations
what you are trying to do here is not a permutation (at least after looking at your demanded output)...

Uniform random generator and Gaussian (or Normal) generator
Correct me if I'm wrong, but boost does provide a normal distribution generator (and many others) ...

how to write this program
VS doesn't provide boost library. You will have to download and install it

another if else prob...
your code is written in pure C, not C++ @topic operators will do the job here, something like this...

cin >> and cin.get( ) not pausing program?
<limits>