Jump to content

Most common programming language for accounting software?

- - - - -

  • Please log in to reply
4 replies to this topic

#1
ktconeca

ktconeca

    Newbie

  • Members
  • Pip
  • 2 posts
Hello,

Does anyone know if there is an answer to this - What programming language is most common to accounting software packages?

I ask because I am working on a degree in computer science, but I have a strong accounting background. So I am trying to decide what I should be focusing on...

Any ideas? Thanks in advance,

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Most likely, C and/or C++.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
As mentioned C and/or C++ are fairly low level options for designing a portable package like accounting software. You may wish to utilize the .NET framework and use Microsoft's Visual C++ language to aid in graphical interface development, if you are only targeting Windows.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#4
ktconeca

ktconeca

    Newbie

  • Members
  • Pip
  • 2 posts
Thank you for the responses,

#5
LuthfiHakim

LuthfiHakim

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 763 posts
Since accounting software will heavily depend on database, I would say that you must also focus on learning SQL/T-SQL (such as programming functions/stored procedure and triggers). I have developed quite large accounting system before, and rough estimation says that it was 50% Delphi coding (for user interface), and 50% MS SQL Server T-SQL coding.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users