User profile: lipatrick

User info
User name:lipatrick
History
Joined:
Number of posts:9
Latest posts:

Help on C++0x random generator
@Cubbi, your solution really helps!To make the variable "engine" static is to make sure even when th...

Help on C++0x random generator
I had the following code: #include <random> #include <functional> #include <ctime> double Ge...

using boost libraries in Code::Blocks IDE
I have to use boost libraries for my C++ codes. I am using Code::Blocks IDE in win 7. I found quit...

Help on choosing GUI toolkit
from my knowledge, Visual C++ is one possibility.

template and map problem
Hi there, I am trying to develop a function template as follows: template <typename Iter> ty...