Serving the Quantitative Finance Community

Search found 15 matches

by softduck
October 28th, 2002, 4:35 am
Forum: Careers Forum
Topic: Financial Engineering MBA's...
Replies: 21
Views: 193508

Financial Engineering MBA's...

<t>All,Well, after looking at both curricula in more detail, I was able to see the following:MBA Financial Engineering:1st Year -> Standard MBA stuff...finance...mgm't...operations...etc.2nd Year -> The 3 John Hull/Alan White courses (derivatives I, risk mgm't, derivatives II)...plus options to take...
by softduck
October 15th, 2002, 10:25 am
Forum: Careers Forum
Topic: Financial Engineering MBA's...
Replies: 21
Views: 193508

Financial Engineering MBA's...

<t>Hi Everyone,Just curious if any of you folks have opinions (good or bad) regarding MBA programs that offer concentrations in Financial Engineering? For example, the University of Toronto MBA program has a FE track with courses that are taught by John Hull...Having been a SW developer for the past...
by softduck
October 10th, 2002, 3:44 am
Forum: Careers Forum
Topic: Is job market getting any better?
Replies: 4
Views: 190182

Is job market getting any better?

<t>Here's some feedback:What's the difference between a structure and a class?* This is an incredibly useless question to ask...I don't know why employers bother with this one. It really doesn't prove anything...What will a compiler construct for you if you declare/define a class with no members or ...
by softduck
October 4th, 2002, 4:06 am
Forum: Careers Forum
Topic: Certifications vs. MS/MBA Degree...
Replies: 0
Views: 189510

Certifications vs. MS/MBA Degree...

<t>Hi everyone,I'm a developer with a degree in Computer Engineering and have worked in the Telecom Equipment industry developing software for the past 5 years.With the meltdown that's hitting the industry...I'll be out of the job with nearly 6 months severence. I would really like to break into SW ...
by softduck
July 23rd, 2002, 2:24 pm
Forum: Careers Forum
Topic: Tewkesbury Capital Management
Replies: 2
Views: 191184

Tewkesbury Capital Management

<t>Hi,I know someone who used to work for them as a straight-up software developer (he wasn't doing any quant work)....At the time he was there, they had two offices:1) HQ in Bermuda2) A development office in Toronto (Waterfront International).Since then, I gather things have changed significantly:*...
by softduck
July 16th, 2002, 6:09 pm
Forum: Careers Forum
Topic: Sell-Side vs Buy Side Quant/SW Dev. Work...
Replies: 3
Views: 190328

Sell-Side vs Buy Side Quant/SW Dev. Work...

<t>Hi filthy,Many thanks for the feedback...it certainly cleared up a few things for me.Unfortunately, it has lead to two additional questions for you (or anyone else out there brave enough to tackle this):1) Apart from the individual corporate/environmental nuances associated with each shop, is the...
by softduck
July 16th, 2002, 4:11 am
Forum: Careers Forum
Topic: Sell-Side vs Buy Side Quant/SW Dev. Work...
Replies: 3
Views: 190328

Sell-Side vs Buy Side Quant/SW Dev. Work...

<t>Hi Everyone,I am trying to get my head around understanding the various Sales & Trading outfits of the various WS institutions out there and the type of work that takes place here (in the context of the quantitative finance/software development community).The Buy-Side:Firstly, it seems to me ...
by softduck
June 22nd, 2002, 2:21 am
Forum: Careers Forum
Topic: Role of SW Development in Investment Banking
Replies: 0
Views: 189441

Role of SW Development in Investment Banking

<t>Hi everyone,So I've posted here before...and I'm just trying to get some better context from some folks on this forum. Again, here's a brief background:1) I'm a Software Developer in telecom looking to break into SW Development in IB (and also a major buy-side firm...but that's slightly OT for th...
by softduck
May 24th, 2002, 11:57 am
Forum: Programming and Software Forum
Topic: Compiling GNU Scientific Library with VC6
Replies: 3
Views: 190093

Compiling GNU Scientific Library with VC6

<t>Maxim,To properly answer your question, a few more details are needed:1) Where is _gsl_sf_bessel_J0 defined (looks like GNU.obj is referencing this symbol that's defined somewhere in your code).2) Is your GNU library an actual port of GNU freeware ported for windows....or is it some proprietary l...
by softduck
May 22nd, 2002, 4:28 am
Forum: Careers Forum
Topic: Any room for a C++/UNIX dude out there?
Replies: 9
Views: 190641

Any room for a C++/UNIX dude out there?

<t>The only difference between myself and you is that I'm not a Quant...and I've about 99% resigned to the fact I'll never get a quant position with my background...and in this economy.HOWEVER,There must be a whole wack of back-end in-house S/W development that's done in these big firms....I suspect...
by softduck
May 22nd, 2002, 4:23 am
Forum: Programming and Software Forum
Topic: Error Handling in C++
Replies: 16
Views: 191826

Error Handling in C++

<t>Hi all,Just to chime in on the whole C++ exception handling...As a UNIX guy, I'm rather amused that James' AccessViolate() function actually results in an exception...and not an all-out crash...wow. And from my experience, catch(...) will catch anything that's "thrown"...including junk that's thr...
by softduck
May 22nd, 2002, 3:58 am
Forum: Programming and Software Forum
Topic: Templates, classes and inline
Replies: 9
Views: 190558

Templates, classes and inline

<t>Typically, templates are used for containers and generic classes/algorithms that can accept different types...thus preventing you from having to "block-copy" code to support multiple types. So you're pretty much on the money there...Generally, when compilers come across C++ templates, they create...
by softduck
May 22nd, 2002, 3:33 am
Forum: Programming and Software Forum
Topic: Matrix
Replies: 2
Views: 189821

Matrix

<t>Hi,I'm tring to choose the best way to implement the class "matrix" in my financial library, and I have 3 possibilities1) use vector<vector<double> >2) use valarray<valarray<double> >3) create a new class where I will define a double ** field to contain all dataandrea >>Hi Andrea,There really sho...
by softduck
May 21st, 2002, 8:57 pm
Forum: Programming and Software Forum
Topic: neeeeed help
Replies: 5
Views: 189907

neeeeed help

That's very strange indeed since that piece of code compiles fine under Sun Workshop's forte 6.1 compiler...and is perfectly valid too.
by softduck
May 21st, 2002, 3:27 am
Forum: Careers Forum
Topic: Any room for a C++/UNIX dude out there?
Replies: 9
Views: 190641

Any room for a C++/UNIX dude out there?

<t>Greetings folks,As it turns out, my first and only contribution to the Wilmott boards is unfortunately a solicitation for free advice...but no joke, it's taken me about 3 weeks of research to finally track down an online community of folks who are working/familiar with an area that has really pea...