Re: Script and c++
On Aug 1, 7:22 am, faz <fazulu.v...@gmail.com> 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@gmail.com
Conseils en informatique orient=E9e objet/
Beratung in objektorientierter Datenverarbeitung
9 place S=E9mard, 78210 St.-Cyr-l'=C9cole, France, +33 (0)1 30 23 00 34