Need push in right C++ direction

Quote from mr19:

Seems like we have a bunch of C++ haters :). I truly feel if you know C++, you can do C#, VB, Java, Perl, Python, etc, but not necessarily the other way around. I also feel C++ is the hardest of the above mentioned languages to master (obviously not a good thing).

A lot of development jobs in the financial industry are on UNIX systems, not Windows, and primarily use C++. Those advertised C++ jobs might be on platforms where C# isn't available.

Good points. Obviously if you start on a lower-level language like C, you have a better understanding/appreciation of higher-level languages (wrt effort saved to produce similar results).

By UNIX, many institutional platforms are run on SUN solaris, and recent trends include migrating to enterprise linux. In that regard, (SUN) java might also be the way to go, if the institutional path is. I'm assuming most of the algo traders on this forum are trading individually, and thus don't have access to the institutional platforms that run on *NIX. Hint: see the sponsors.

Our Google overlords say:

"automated trading" java = 44,200
"automated trading" c# = 25,900
"automated trading" c++ = 28,400
 
I don't get it. Are you trying to get a job as a software engineer with no programming experience at all?
No one is going to hire you to design a bridge if you have no experience in mechanical engineering, it doesn't even make any sense.
I use and love C# because the ninja/open quant guys have done most the grunt work for me.
If I was going to hire someone to design me software I would want C++ simply because there is a huge pool of talent to hire from of very experienced software engineers with 15+ years of experience and design cycles.
 
Quote from jdeezero05:

No one is going to hire you to design a bridge if you have no experience in mechanical engineering, it doesn't even make any sense.
No one would hire you to design a bridge if you have experience in mechanical engineering. As an engineer in school, i'd like to point out that'd be a civil engineer.

But as to the subject on hand, I'd recommend going with c#, because it's easier to learn, and soon enough it'll take the place of c++ with increasing computing power and such. the overhead will eventually be so relatively small it wont matter.
 
Quote from auspiv:

No one would hire you to design a bridge if you have experience in mechanical engineering. As an engineer in school, i'd like to point out that'd be a civil engineer.

But as to the subject on hand, I'd recommend going with c#, because it's easier to learn, and soon enough it'll take the place of c++ with increasing computing power and such. the overhead will eventually be so relatively small it wont matter.

I cannot realistically see C# taking over from C++, and this is from a person who codes C# day in and day out. As long as Microsoft ties C# to windows, it will not become the standard in finance.

Now, if Microsoft was to GPL C#, that would be a whole different story.

And no, mono doesn't count.
 
Back
Top