Serving the Quantitative Finance Community

 
User avatar
oliverchew

C++ Course

May 4th, 2005, 4:02 am

Hi all,I remember I read before that Wilmott has conducted a C++ course for 7 cities or something. Could somebody give me more info on that please?Thanks.
 
User avatar
DominicConnor
Posts: 41
Joined: July 14th, 2002, 3:00 am

C++ Course

May 4th, 2005, 7:31 am

I teach a few lectures on the course, what sort of thing do you want to know ?
 
User avatar
mam3xs
Posts: 0
Joined: February 23rd, 2005, 3:37 pm

C++ Course

May 4th, 2005, 8:50 am

I am a PhD students majored Mathematical Finance with specialization risk measures. I'd also want some materials about C++ learning.My background is not so strong in computer science, so I'd like to learn more.mam3xs@gmail.comDo appreciate!Michael Sun
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

C++ Course

May 4th, 2005, 9:53 am

Ok, I give C++ courses for Quants in London on a regular basis. See Wilmott events and www.datasim.nlThe focus is on applying C++ to FE and less on syntax. http://www.datasim-component.com/courses.asp
Last edited by Cuchulainn on May 3rd, 2005, 10:00 pm, edited 1 time in total.
 
User avatar
mam3xs
Posts: 0
Joined: February 23rd, 2005, 3:37 pm

C++ Course

May 4th, 2005, 3:21 pm

Cheers!I visited that website, most of them are info. about seminars except the papers.Any more learning materials? Many thanks.
 
User avatar
oliverchew

C++ Course

May 5th, 2005, 12:28 am

Hi,What I want to know is that other than pointers, polymorphysm, arrays, etc, do I need to know how to use C++ to access database before I can get a quant job? I asked this because in ordinary C++ course, it doesn't go deep into Database programming.Thanks heaps.Regards,Oliver.
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

C++ Course

May 5th, 2005, 6:28 am

QuoteOriginally posted by: mam3xsCheers!I visited that website, most of them are info. about seminars except the papers.Any more learning materials? Many thanks.Not as such. I have a book on advanced C++ for those who already know C++ but I suppose thats' not what you are looking for.
 
User avatar
madmax
Posts: 0
Joined: October 31st, 2003, 9:56 am

C++ Course

May 5th, 2005, 6:54 am

Cuchulain, these guys are looking for free material. Your book has to be bought.
 
User avatar
madmax
Posts: 0
Joined: October 31st, 2003, 9:56 am

C++ Course

May 5th, 2005, 6:58 am

Look at this Thesis. It has led to a book on design.
 
User avatar
madmax
Posts: 0
Joined: October 31st, 2003, 9:56 am

C++ Course

May 5th, 2005, 7:00 am

This one for C++ language itself. I believe it is the base of another book.In addition there are many resources you can find on the web.
 
User avatar
mam3xs
Posts: 0
Joined: February 23rd, 2005, 3:37 pm

C++ Course

May 5th, 2005, 8:41 am

Thank you very much.I am very good at finding materials with math finance, but not those of programming.In now days, most industries require more about programming!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Just modelling and analysis are not enough
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

C++ Course

May 5th, 2005, 8:49 am

QuoteOriginally posted by: madmaxCuchulain, these guys are looking for free material. Your book has to be bought.yes, I realise that now.Of course, a lot of times when you get something for nothing ...
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

C++ Course

May 5th, 2005, 8:53 am

QuoteOriginally posted by: madmaxLook at this Thesis. It has led to a book on design.This is great stuff from one of the early gurus in Design Patterns, written in 90's.However, it is quite sophistiacted and over head of those in universities, especially if not pure IT or CS.So, not DIRECTLY applicable to finance.
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

C++ Course

May 5th, 2005, 8:57 am

QuoteOriginally posted by: CuchulainnQuoteOriginally posted by: madmaxCuchulain, these guys are looking for free material. Your book has to be bought.yes, I realise that now.Of course, a lot of times when you get something for nothing ...Learning C++ is like learning a foreign language, you do it right or wrong. It is feasible to learn 'tourist Italian' for example and get no further. So you learn how to say:good morning etc.Where is the stationhow much does it costBye byegood eveningetc.Same with C++. You must learn it well, otherwise there's no point beginning. Pidgin C++ is not on. In that case learn VB or C# instead. I know for a fact that C++ CANNOT be self-taught. Dominic will probably back me up on that.
Last edited by Cuchulainn on May 4th, 2005, 10:00 pm, edited 1 time in total.
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

C++ Course

May 5th, 2005, 9:00 am

QuoteOriginally posted by: madmaxThis one for C++ language itself. I believe it is the base of another book.In addition there are many resources you can find on the web.Great for syntax. Now the next level ...