Thread: Visual Basic vs. Visual C++

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    24

    Visual Basic vs. Visual C++

    I am trying to develop a Windows-based application and am having difficulty deciding whether to use visual C++ or visual basic. The application will interface with an MSAccess database but will also have to call on certain MSWord and MSExcel documents. What are the criteria that I should consider when deciding which is the most appropriate?

    Thanks for any suggestions.

    Tesita

  2. #2
    Registered User ExDigit's Avatar
    Join Date
    Jan 2002
    Posts
    31

    Well..

    If you're familiar with C/C++ then go for Visual C++.. if you would like a nice easy task, use Visual Basic. Visual Basic is far easier to use than C/C++.. so it depends on what you know and how easy you want it to be for you.

    Personally, I'd use Visual Basic as it's easier to make the program of your criteria and would mean less fuss.

  3. #3
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    VB is way easier than VC. I like VC more, but you will get a faster and less complicated results in VB.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    24

    Visual Basic vs. Visual C++ (MEMORY)

    What about memory usage? Is there a "great" difference between the two?

    Tesita

  5. #5
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Well, you would have the extra overhead of a 1.3MB VB runtime DLL being loaded along with your program, but apart from that (and particularly in your circumstances) there is little difference in terms of memory usage.

  6. #6
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    For a job like that, yup, VB.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  7. #7
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Sounds like you could do what you want with just VBA built into access.

    I have used it to write Word mailmerge letters from data in the database and also theres a cute "TransferSpreadsheet" Macro that outputs tables to Excel......

  8. #8
    Registered User
    Join Date
    Nov 2001
    Posts
    241
    visual basic can be really slow expecially with very large databases, for smaller files you won't notice it too much

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 11-23-2007, 12:13 AM
  2. Run Visual Basic code inside C++?
    By torbjoen in forum Windows Programming
    Replies: 8
    Last Post: 07-31-2002, 11:41 PM
  3. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM
  4. Visual Basic C++
    By gussguss in forum C++ Programming
    Replies: 8
    Last Post: 11-20-2001, 10:58 AM