CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2012
    Posts
    2

    What program language to use to make a personal finance software from scatch

    Hi, my name is chew. I am supposed to develop a personal finance software from scratch but i am not sure which program language most suit to make a standalone GUI personal finance software? Anyone can advice??? Or anyone did a finance software before. Thanks.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: What program language to use to make a personal finance software from scatch

    There are dozens of languages that are completely fine for such a project...however, why re-invent the wheel?!? There are so many solutions already available. Even if you do make your own, to add all the features that have already been included in completed projects will take you months of work. And by then, you'll still be behind the larger softwares.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    May 2012
    Posts
    2

    Re: What program language to use to make a personal finance software from scatch

    Hi thanks for your quick reply. I am required to do this for a school project and academic purposes so I cant use existing software. But nevertheless, i understand what u meant. Creating one is time consuming and not as great as existing ones. But still i have no choice but to do one for school. Do you have any language in mind that is commonly used for such personal finance software?

  4. #4
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: What program language to use to make a personal finance software from scatch

    Since your a beginner and a GUI is involved in your task I think C# is a good choice.
    http://www.microsoft.com/visualstudi...csharp-express
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  5. #5
    Join Date
    May 2009
    Posts
    2,413

    Re: What program language to use to make a personal finance software from scatch

    Quote Originally Posted by jqchew View Post
    school project and academic purposes
    I suggest you use Java and make it an Android app.

    http://developer.android.com/index.html

    As an alternative I suggest you use C++ and make it a Metro/Windows 8 app.
    Last edited by nuzzle; May 20th, 2012 at 02:10 AM.

  6. #6
    Join Date
    May 2012
    Posts
    4

    Re: What program language to use to make a personal finance software from scatch

    I suggest you use Java and make it an Android app.

    http://developer.android.com/index.html

    As an alternative I suggest you use C++ and make it a Metro/Windows 8 app.
    I second this... because it can make you money if you do it right.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured