Results 1 to 7 of 7

Thread: [RESOLVED] My New Hobby

  1. #1

    Thread Starter
    New Member kareemanime's Avatar
    Join Date
    Jun 2009
    Posts
    13

    Resolved [RESOLVED] My New Hobby

    Dear Sir
    I am an anesthesiologist. When I was young I studied programming in school, I studied BASIC then I studied Visual Basic 4 or 5 (I enjoyed very much).

    But I stopped 8 years ago because the study of medicine is time consuming.

    Now I decided to return to programming again as a new hobby. I began reading about Visual Basic .net which is slightly different from the old Visual Basic but I think more powerful.

    I also read about C#, I found it little difficult with all its brackets. But I always read that C & C++ are THE LANGUAGES of real programming.

    I also read about Python and its rising star, I enjoyed its syntax but I found it little difficult when creating GUI.

    My question is:
    What language is the best for me? I won't do games nor data bases simply some applications that helps me calculating some drug doses.
    I just want to enjoy watching applications that I create.

    Thank you All

  2. #2
    Addicted Member
    Join Date
    Apr 2009
    Location
    Near Dog River (sorta)
    Posts
    160

    Re: My New Hobby

    VB.NET would likely be easiest for you. There are Express (free) editions for you to use.

    You should also check into the EULA for VB Express Edition as well.
    PC #1: Athlon64 X2+Vista64+VS2008EE+.NET3.5 #2: XP (all flavours Ghost'd)+VS2008EE+.NET3.5
    Help Files: HelpMaker · Dr. Explain · Create Icons: IcoFX


    "Whoever eats my flesh and drinks my blood has eternal life, and I will raise him on the last day." John 6:54

  3. #3
    Frenzied Member Campion's Avatar
    Join Date
    Jul 2007
    Location
    UT
    Posts
    1,098

    Re: My New Hobby

    I wouldn't worry too much about "real programming" when it comes to .NET. No matter what language you use to build something, it will all boil down to the same thing once you compile it.

    VB.NET is not very much different from classic VB in how the syntax works, but what has changed is that VB is now OOP (object-oriented programming) compliant, and also has the advantage of the .NET framework. Many things will be new, some things will be as if you have never left VB 4/5, and there are also new ways to do old things.
    From my burrow, 2 feet under.

  4. #4
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: My New Hobby

    C or C++ is also a good option considering the nature of the applications you wish to create.
    Since you just want to create some applications that calculate drug doses, you wouldnt necessarily need a fancy GUI, just a simple console application.
    As long as you don't need to create user interfaces, I'd go with C or C++, because I personally actually enjoy writing in those two languages.. It can be as simple as you need or as advanced as you need.
    Though if you need the user interface, go with VB.NET. Creating good user interfaces in C or C++ can be a pain.

    Edit: Welcome to VBForums by the way.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: My New Hobby

    Moved To General Developer

  6. #6
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: My New Hobby

    I disagree with Atheist about using C. He is correct in what he's saying, it would be an ideal language for the sort of apps you're describing. Rather I'd disagree because you've said you didn't like the brackets on C#. These came from C so if you don't like C# syntax you're going to hate C syntax.

    If you're apps are console based and simple in nature then a scripting language like Python is ideal. It tends to struggle as app sget more complicated though so if you weant to do somethnig a bit more complex VB.Net is probably the way to go.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  7. #7

    Thread Starter
    New Member kareemanime's Avatar
    Join Date
    Jun 2009
    Posts
    13

    Smile Thank You

    Thank you all. You really helped me. I downloaded the express edition of visual basic 2008 and I will start at once.
    Again : Thank you very much for your answers.

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