Serving the Quantitative Finance Community

Search found 4 matches

by slimdou
May 16th, 2010, 2:06 pm
Forum: Careers Forum
Topic: Dominic in Paris
Replies: 12
Views: 29016

Dominic in Paris

One more Paris Wilmotter here! I'll be glad to meet Dominic and other Wilmotters in Paris.
by slimdou
January 25th, 2010, 7:27 pm
Forum: Programming and Software Forum
Topic: Visual Studio 2010 beta 2
Replies: 15
Views: 36486

Visual Studio 2010 beta 2

<t>I will just beg for a very simple feature: did MS guys finally find out how to highlight occurences of the word under the cursor, with respect to scope etc...? Simple things make my life easy. I can deal with template compilation issues myself and don't need VS to tell me that iterators may be un...
by slimdou
July 21st, 2009, 6:33 pm
Forum: Programming and Software Forum
Topic: C++: never code delete
Replies: 41
Views: 45149

C++: never code delete

<t>I agree with arguments against raw pointers in C++ and in favor of the use smarter data holders instead, but I must say that the word "never" just sounds to me like ... "never". We tend to forget that these smart objects have an overhead in memory and a cost in performance. You may not worry abou...
by slimdou
July 13th, 2009, 5:25 pm
Forum: Programming and Software Forum
Topic: C++ Brainteaser?
Replies: 35
Views: 44040

C++ Brainteaser?

<t>Hi kevin,It looks like, because kevin called this a brainteaser, it became far more complicated than what it actually is. Also, everytime C++ guys talk about char* it's like taking care of the Devil itself. But without bothering what the heap or stack are or how and why we should use delete[], we...