Serving the Quantitative Finance Community

Search found 25 matches

  • 1
  • 2
by TradesMan
November 18th, 2011, 3:45 pm
Forum: Programming and Software Forum
Topic: Please recommend some websites, where I can do some exercises for C++, algorithm online test.
Replies: 11
Views: 21068

Please recommend some websites, where I can do some exercises for C++, algorithm online test.

Great link ExSan, I also like Skiena's book on algorithms; The Algorithm Design Manual.
by TradesMan
October 20th, 2011, 10:02 pm
Forum: Programming and Software Forum
Topic: Cross-platform open-source trading platform
Replies: 8
Views: 21940

Cross-platform open-source trading platform

<t>I've spent many hours investigating the use of tradelink and mono.My conclusion is that this pairing cannot meet the requirement:Quote- can compile and run on solaris, osx, windows, linux without significant effort.There is a form of dll-hell due to library version dependencies which is likely to...
by TradesMan
October 18th, 2011, 8:33 am
Forum: Programming and Software Forum
Topic: linux on a netbook: any missing driver problems?
Replies: 9
Views: 21399

linux on a netbook: any missing driver problems?

<t>It's usually painful to get CentOS to work on unqualified hardware and the process can be a major time-sink.Its chief advantage is the slow release cycle which makes it a non-moving target to develop for in terms of library compatibility.Ubuntu 10.04LTS is a good choice for ease of use, I've had ...
by TradesMan
October 17th, 2011, 9:49 pm
Forum: Programming and Software Forum
Topic: C++ design: Given a list of scores of students, get the frequence of scores in order
Replies: 6
Views: 18923

C++ design: Given a list of scores of students, get the frequence of scores in order

Why not just construct a set using the map iterators, passing a comparison functor as the second template parameter?
by TradesMan
October 16th, 2011, 12:12 pm
Forum: Programming and Software Forum
Topic: Cross-platform open-source trading platform
Replies: 8
Views: 21940

Cross-platform open-source trading platform

<t>The purpose of the project is to provide a framework for automated strategy development, functionally similar to TradeLink, but strictly cross-platform and not based on any proprietary technologies (C#, Java, .Net etc).The user of the software will be able to develop trading agents in C++ using a...
by TradesMan
October 14th, 2011, 1:29 pm
Forum: Programming and Software Forum
Topic: Which PHP editor ?
Replies: 10
Views: 21826

Which PHP editor ?

vim
by TradesMan
October 14th, 2011, 1:16 pm
Forum: Programming and Software Forum
Topic: how to iterate a C++ map of map
Replies: 9
Views: 19151

how to iterate a C++ map of map

see this example:
by TradesMan
October 14th, 2011, 12:32 pm
Forum: Programming and Software Forum
Topic: Cross-platform open-source trading platform
Replies: 8
Views: 21940

Cross-platform open-source trading platform

<t>I have found several previous threads on this topic and am aware of tradelink, marketcetera et al.I am going to start another which is:- written in c++- open-source with no bureaucratic schlepping to actually get the product- can compile and run on solaris, osx, windows, linux without significant...
by TradesMan
May 25th, 2010, 12:34 pm
Forum: Programming and Software Forum
Topic: animation for presentation
Replies: 13
Views: 30577

animation for presentation

What you're looking for is a vector animation package.Next time try Synfig; it is a GPL'd software that will do what you need.
by TradesMan
May 25th, 2010, 12:24 pm
Forum: General Forum
Topic: Paris Random Walkers Thursday 20th May 17:30
Replies: 22
Views: 30851

Paris Random Walkers Thursday 20th May 17:30

a fancy security system that involves a solution to 'the art gallery problem' in computational geometry?hehe...
by TradesMan
February 12th, 2010, 10:10 pm
Forum: Off Topic
Topic: Whiskey in Greenwich, August 16th
Replies: 17
Views: 72581

Whiskey in Greenwich, August 16th

I'm a whiskey newbie; started on Glenmorangie, now on Talisker, which I prefer. Can you recommend me some others?
by TradesMan
February 9th, 2010, 9:48 pm
Forum: Programming and Software Forum
Topic: 200 dead in bangalore sprintf accident
Replies: 16
Views: 38334

200 dead in bangalore sprintf accident

Thank you Polter, that was informative.
by TradesMan
February 9th, 2010, 9:03 pm
Forum: Programming and Software Forum
Topic: 200 dead in bangalore sprintf accident
Replies: 16
Views: 38334

200 dead in bangalore sprintf accident

Well he was fairly sadistic, but I don't think his cautionary tale was misplaced.It moved quickly onto n-body gravity simulation, just do it.Please tell me, if not cout or printf, then how do you output progress and information messages to the user?
  • 1
  • 2