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

    Video Club Application

    Hello everybody, I am about to create a database-oriented program for a Video Club.
    I have in my disposal MFC, Delphi, VBA and I am going to use MySql for the Database.
    I need any suggestions about which programm language to use.
    I know that a program is much easily implemented with Delphi but I am a C++ fun.
    Is it easy enough for a single person to create a decent program of this kind by
    using MFC within a period of a few months?Have in mind that I am not a Guru.

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: VIdeo Club Application

    Quote Originally Posted by Darth_Vader
    I need any suggestions about which programm language to use.
    My opinion only

    When time is a constraint, program with the languages / tools you are most familiar and comfortable with

    When time isn't a constraint, program with the languages / tools you would most love to work with

    when I mean, you, it would mean developers
    when I mean time, I could also mean money

    It would be good to know what you are comfortable in, what is the time line, whether it is a commercial product or not, intended users etc..

  3. #3
    Join Date
    Sep 2004
    Location
    Tehran(Ir)
    Posts
    469

    Re: Video Club Application

    well there were one, AFAIK I suggest you C# with .NET ,nowadays database programming would be on the burse , they are on the burse for video clups,ohooooo don't take this..

  4. #4
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Re: VIdeo Club Application

    One of the most important considerations is whether it needs to be web based / browser based (or if you might need to develop it to be browser based, later on). If so, you might like to consider JavaScript or PHP. PHP has a C-like syntax as well as having built in support for MySql.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  5. #5
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: VIdeo Club Application

    [ Redirected thread ]

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