Thread: VBA or VC++ ?

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    60

    VBA or VC++ ?

    Imagine you have to write a program which fulfills this task:
    Example for input:
    (1,3,5) + s x (1,-1,-4) + t x (4, 3, 7) (A plain given in this form)
    The result presented by the program should be something like:
    12x + 4y - 3z = - 4 (I know this is not correct, but the result
    should be a plain noted in this form without parametres)

    Now, not that I have any problems realising such a task with VBasic within twenty minutes. I do not even try to do this in C++, because it would take hours (window creation etc). Would you say this is a typical task where using VBasic (or Delphi) should be definitely prefered to C++ ? (I know, there are tasks a VBA program can never realise)

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    "I do not even try to do this in C++, because it would take hours (window creation etc)"

    You can click on 4 buttons when you're creating your project in VC++ and the Wizard will generate the code for you. I suggest you stick to what you know.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. VBA password
    By ssharish2005 in forum Tech Board
    Replies: 8
    Last Post: 01-02-2007, 10:18 AM
  2. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  3. Passing UDTs from VBA to C DLL
    By Nelviticus in forum Windows Programming
    Replies: 0
    Last Post: 06-11-2003, 09:57 AM
  4. Can't compile this with VC 6.0
    By uriel2013 in forum C++ Programming
    Replies: 4
    Last Post: 05-31-2003, 07:43 PM
  5. Why VC?
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 04-15-2002, 05:24 AM