Script and c++ - c++

This is a discussion on Script and c++ - c++ ; Hi all, I want to know how to compile and run a c++ code using scripts( .do file).Do i need to modify the code to run.I have already tested my code its working fine in vc++6.0.I just wanted to have ...

+ Reply to Thread
Results 1 to 3 of 3

Script and c++

  1. Default Script and c++

    Hi all,

    I want to know how to compile and run a c++ code using scripts( .do
    file).Do i need to modify the code to run.I have already tested my
    code its working fine in vc++6.0.I just wanted to have script support
    now..

    thanks in advance,
    fazal


  2. Default Re: Script and c++

    On 8 1 , 1 22 , faz <fazulu.v...> wrote:
    > Hi all,
    >
    > I want to know how to compile and run a c++ code using scripts( .do
    > file).Do i need to modify the code to run.I have already tested my
    > code its working fine in vc++6.0.I just wanted to have script support
    > now..
    >
    > thanks in advance,
    > fazal


    makefile?


  3. Default Re: Script and c++

    On Aug 1, 7:22 am, faz <fazulu.v...> wrote:

    > I want to know how to compile and run a c++ code using scripts( .do
    > file).Do i need to modify the code to run.I have already tested my
    > code its working fine in vc++6.0.I just wanted to have script support
    > now..


    It depends on the scripting language you use, but in general,
    there should be no problem. (I tend to use gmake for this, but
    it's a lot more than just a scripting language, since it handles
    dependancies, etc.)

    FWIW: if you are using VC++, you are doubtlessly under Windows.
    The default script language there is not very powerful, so you
    might want to look into alternatives: there are several ports of
    bash or the Korn shell, or you could use perl (if you're a
    masocist) or python. Also, I don't think that the installation
    procedure for VC++ correctly sets up the environment; you'll
    probably have to manually add some entries there. (On the other
    hand, Microsoft's documentation concerning this is very good.)

    And also: you should update: VC++ 6.0 is very, very old and out
    of date.

    --
    James Kanze (GABI Software) email:james.kanze
    Conseils en informatique orientée objet/
    Beratung in objektorientierter Datenverarbeitung
    9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34


+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 11-04-2007, 09:03 AM
  2. Replies: 5
    Last Post: 10-27-2007, 10:52 AM
  3. Replies: 0
    Last Post: 06-12-2007, 02:03 AM
  4. Replies: 1
    Last Post: 01-02-2006, 10:03 PM
  5. Re: [VB SCRIPT] question on inserting files based on script posted by Ole
    By Application Development in forum Adobe Indesign
    Replies: 0
    Last Post: 06-21-2005, 01:09 AM