User profile: lalebarde

User info
User name:lalebarde
Name:Laurent Alebarde
Bio:Ph-D equivalent in automatics & computer sciences
1993 : instrumentation, filter designer
1995 : embedded computers design
1998 : system validation expert & project manager
2011 : algorithmics expert
History
Joined:
Number of posts:114
Latest posts:

No source available for ”gsl_permute_char() “
The error came from a misuse of [b]gsl_ran_shuffle[/b] just before the call of [b]gsl_permute_char[/...

How to : "ifstream inputFile = std::cin;" ?
Thanks LowestOne, From your indications, I did this : [code] string inputFileName = "ti", ou...

How to : "ifstream inputFile = std::cin;" ?
Hi all, I would like my application to use std::cin and std::cout, but with the possibility to pa...

overloading std::string operators requires template<> syntax ! Howto ?
Thanks Peter87

overloading std::string operators requires template<> syntax ! Howto ?
Hi all, I need to overload a cast to u_int32_t of std::string. I wrote this : [code]string::op...