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,
Most common programming language for accounting software?
Started by ktconeca, Mar 30 2011 07:28 PM
4 replies to this topic
#1
Posted 30 March 2011 - 07:28 PM
|
|
|
#2
Posted 30 March 2011 - 07:54 PM
Most likely, C and/or C++.
#3
Posted 30 March 2011 - 10:25 PM
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.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 31 March 2011 - 06:16 PM
Thank you for the responses,
#5
Posted 01 April 2011 - 03:48 AM
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


Sign In
Create Account

Back to top









