Thread: Best Compiler for Master of Science in Finance?

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    1

    Best Compiler for Master of Science in Finance?

    I am planning on taking the Masters of Science Program in Mathematical Finance at the University of British Columbia. They recommend that all applicants learn C/C++ prior to enrolling. I have a little programmin experience so I plan to teach myself through books and online tutorials, but I don't know which compiler would be best for what I need. I'll be programming for research purposes, and to analyse/compute complex mathematical formulae related to finance. Any suggestions?

    Thanks in advance

    Glubin

  2. #2
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953

    Re: Best Compiler for Master of Science in Finance?

    Originally posted by glubin
    I am planning on taking the Masters of Science Program in Mathematical Finance at the University of British Columbia. They recommend that all applicants learn C/C++ prior to enrolling. I have a little programmin experience so I plan to teach myself through books and online tutorials, but I don't know which compiler would be best for what I need. I'll be programming for research purposes, and to analyse/compute complex mathematical formulae related to finance. Any suggestions?

    Thanks in advance

    Glubin
    I don't think there is a "best computer" for what you need!
    Any compiler can do the job.

    You might ask about the best compiler to creat win32 applications, or a compiler for linux, but for what you need any compiler can do the job.
    dev-C++ is a good free compiler...
    none...

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    119
    Don't worry about your compiler for now, just get a free one (Dev-C++ as suggested at bloodshed.net or look at cuj's list of compilers ) and then start learning the language. Learning C++ is a lot more important the discussing the finer points of different compilers. I would recommend getting a compiler that supports the current standard though.

    -Futura
    If you speak or are learning Spanish, check out this Spanish and English Dictionary, it is a handy online resource.
    What happens is not as important as how you react to what happens. -Thaddeus Golas

  4. #4
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    WOW!

    You have to know programming to get a Finance degree???

    I agree with Codulation. At this point it doesn't matter. Once you get into a class that requires it, you may find that most of the students are using a particular compiler, or the professor may recommend a particular compiler. There may be compilers that are better optimized for math... I'm sure there are people here with opinions on that... Some of the posters here have strong math backgrounds!

    Microsoft's compiler is the most popular compiler in the "real world".

    Your field of study is going to use lots of complicated special-purpose math. I'll bet that 90% of what you do will be with pre-existing applications. You'll be using your financial calculator and a spreadsheet every day... Maybe some other special math and/or financial software less frequently. You shouldn't have to do that much programming! If you were working in finance and you needed a special program, you'd hire a programmer to do the "dirty work" for you, unless you really love to program, and you have the time.

    BTW - If you want to learn C++ on your own, I recommend the book "Teach Yourself C++ in 21 Days" by Jesse Liberty.

  5. #5
    Attack hamster fuh's Avatar
    Join Date
    Dec 2002
    Posts
    176
    I use Borland, although I just chose it because it was free.
    Later
    Stupid things pop singers say

    "I get to go to lots of overseas places, like Canada."
    - Britney Spears

    "I love what you've done with the place!"
    -Jessica Simpson upon meeting the Secretary of Interior during tour of the White House

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  2. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  3. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  4. Help With finding a compiler
    By macman in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 04-15-2005, 08:15 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM