Michaël Larouche

442
Reputation
99 views

Registered User

Name Michaël Larouche
Member for 5 months
Seen 3 hours ago
Website
Location Sept-Îles, Québec, canada
Age 23
C#, C++ Software Developper
Oct
25
answered c++ hex number format
Oct
21
awarded  Nice Answer
Oct
15
answered Open Source C++ game engine math libraries?
Oct
9
comment Why did you learn C?
learnyouahaskell.com is a great site to learn Haskell
Oct
4
answered I’m an ASP.NET programmer (Webforms). Should I switch to MVC?
Oct
1
accepted best lib for vector array in c++
Sep
29
answered best lib for vector array in c++
Sep
23
awarded  
Sep
14
comment Uses of Ackermann function ?
Indeed, theory analysis only give you the base for performance analysis.
Sep
14
comment Uses of Ackermann function ?
But it's the inverse of the function, what about the real function ?
Sep
14
revised Uses of Ackermann function ?
typo
Sep
14
asked Uses of Ackermann function ?
Sep
2
accepted MOQ problem - mocked class returns incorrect data
Aug
23
answered BDD in Objective-C
Aug
21
answered What is your single favorite development tool?
Aug
20
answered What is the best example of Technical Documentation that you have seen? and what was it that made it so effective?
Aug
12
answered How/where do I ship third-party libraries with a .NET DLL?
Aug
12
comment Did you ever switch from one programming language to another?
The basic -> assembly path seems very common from people that started programming in the 80's. On these computers, there were mostly the only programming languages you have.
Aug
12
comment What are preprocessor macros good for?
Exporting is supported with GCC.
Aug
11
comment What software switcher (KVM) do you use for multi platform development?
The most recent version of Synergy can be found here: code.google.com/p/synergy-plus
Aug
10
awarded  Editor
Aug
10
revised MOQ problem - mocked class returns incorrect data
He edited the original post and he make a mistake while setupping his mock
Aug
10
comment Am I “wasting” my time learning C and other low level stuff ?
Same here, I'm glad that my college and university use C as first language. In my university, we've got some people coming from a Java college and they struggle a lot with C++.
Aug
9
answered Am I “wasting” my time learning C and other low level stuff ?
Aug
8
answered MOQ problem - mocked class returns incorrect data
Aug
6
comment There are some things you just can’t test!?
Test the concrete implementation when you will need it. Like I suggested, use a different project because these kinds of test took time. In my current project, my NHibernate integration test take about 1 minute to run. I integrated NHibernate late in my development and the tests really helped find the problem faster than if I launched the site and use the UI to test it. It's worth it.
Aug
5
answered There are some things you just can’t test!?
Jul
30
comment C# dynamic operator
I know what the dynamic keyword is supposed to do :P
Jul
30
comment C# dynamic operator
Why do want a dynamic operator ? Maybe you should try using generics or downcast to object
Jul
30
answered C# dynamic operator
Jul
30
answered What are things that make a programmer’s life miserable?
Jul
30
comment What are things that make a programmer’s life miserable?
Yeah, I kinda fell the same way for a while, but I realized the thing I hated was the domain and the platform (ASP.NET Webforms).
Jul
30
awarded  Critic
Jul
29
comment Cross-platform drawing library
also, SDL does not come with functions to draw primitives he listed. You have to find code done by others or code them yourself.
Jul
29
awarded  Commentator
Jul
29
comment Implementing conditional in a fluent interface
Thanks for the hints.
Jul
27
awarded  Student
Jul
27
comment Implementing conditional in a fluent interface
The second argument is an expression tree right ? Because it need to create a new instance of a rule class. The problem is I can't use expression tree because it is a .NET 2.0 project. I use the C# 3.0 compiler thought
Jul
27
answered Good examples when teaching refactoring?
Jul
27
asked Implementing conditional in a fluent interface
Jul
20
answered How to name a file for download on Firefox?
Jul
20
comment What ASP.NET external libraries to consider for new project?
I would add NInject to the list of IoC
Jul
19
comment Is Qt worthwhile ?
I'm sold to Qt too, but wxWidgets is older than Qt. Thus the not very mature is false claim
Jul
16
comment Best practices to generate schema for production with NHibernate
My problem is not creating schema for the tests but for the production site.
Jul
15
asked Best practices to generate schema for production with NHibernate
Jul
13
comment Missing QMenuBar in Qt4 apps on OSX
You should set this answer as accepted, it increases our reputation ;)
Jul
13
answered Missing QMenuBar in Qt4 apps on OSX
Jul
10
comment The Object-Oriented way to separate the model from its representation
This also make the code more testable because it because much easier to mock the collaborators.
Jul
8
answered Is AnkhSVN a good alternative to Visual SourceSafe?
Jul
3
answered What c# mocking framework to use?