Serving the Quantitative Finance Community

 
User avatar
dd3
Posts: 4
Joined: June 8th, 2010, 9:02 am

What development tools do you use?

February 17th, 2014, 11:48 pm

I use QTCreator along with cmake for C++ dev on Linux. It's the closest thing to Visual Studio Linux has IMO.For debugging I just use gdb from the command line, all our production code runs on Amazon instances so that's a must-have skill really. Source control is all git with bitbucket, issue tracking is Jira.
Last edited by dd3 on February 17th, 2014, 11:00 pm, edited 1 time in total.
 
User avatar
dd3
Posts: 4
Joined: June 8th, 2010, 9:02 am

What development tools do you use?

February 18th, 2014, 12:05 pm

This isn't my area but Amazon do provide scripts that you can use to build images and upload them to your instances.We don't compile our code on the instances but locally and make packages out of them (dpkg) that are then hosted on our own package repository.
 
User avatar
Jordy
Posts: 3
Joined: October 1st, 2010, 12:00 am

What development tools do you use?

February 18th, 2014, 3:36 pm

Believe it or not, I have to use ISPF, DB2 and... Cobol!!!Cheers,Jordy
 
User avatar
Cuchulainn
Posts: 22927
Joined: July 16th, 2004, 7:38 am

What development tools do you use?

February 18th, 2014, 4:57 pm

QuoteOriginally posted by: JordyBelieve it or not, I have to use ISPF, DB2 and... Cobol!!!Cheers,JordyWhat about JCL, Rexx? I remember TSO, ah nostallgia.
Last edited by Cuchulainn on February 17th, 2014, 11:00 pm, edited 1 time in total.
 
User avatar
Polter
Posts: 1
Joined: April 29th, 2008, 4:55 pm

What development tools do you use?

February 18th, 2014, 6:39 pm

dd3, there's some content from Steam Dev Days 2014 that you may find interesting:- "Getting Started with Linux Game Development" (very intro, but has a nice, quick overview of debugging options)http://icculus.org/SteamDevDays/- "Getting Started Debugging on Linux" (goes deeper, with some non-obvious tips on, e.g., symbols)http://steamdevdays.com/
 
User avatar
katastrofa
Posts: 7930
Joined: August 16th, 2007, 5:36 am
Location: Event Horizon

What development tools do you use?

February 20th, 2014, 7:34 am

C++: Visual StudioJava: IntelliJ Idea
 
User avatar
neuroguy
Posts: 0
Joined: February 22nd, 2011, 4:07 pm

What development tools do you use?

March 2nd, 2014, 3:06 pm

emacs