CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Starting out

  1. #1
    Join Date
    Mar 2014
    Posts
    0

    Starting out

    I don't have any programming experience.I write out tables for the 'California Super Lotto Plus' on paper which is time consuming.I want to learn programming to speed up the time.What is the best program for calculating tables and charts? I want better automation than 'Excel'. What is the difference between Visual Basic and Visual Studio? I have Window 8 32 bit

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,824

    Re: Starting out

    What is the difference between Visual Basic and Visual Studio?
    Visual Studio is an Integrated Development Environemnt (IDE) from which you can create programs. Visual Basic is a computer language which comes as part of Visual Studio as well as the languages c/c++ and c#. There are various versions of Visual Studio of which the Express version is free to download and use but doesn't include extra 'features' (eg c++ MFC ) which are only available with the paid-for versions. I would suspect that the free version of Visual Studio Express would meet your needs.

    See http://www.visualstudio.com/en-us/do...R_CC=200323803
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  3. #3
    Join Date
    Jul 2013
    Posts
    576

    Re: Starting out

    Quote Originally Posted by Billy62 View Post
    What is the best program for calculating tables and charts? I want better automation than 'Excel'.
    You can get better control of the Excel you know by programming it in the VBA language (Visual Basic for Applications).

    I'm sure you can do all this in Visual Studio. It's because it's the general development environment for all Microsoft supported languages.

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