Re: Help with out of memory when using zip

2013-01-02 Thread jic
"Ali Çehreli" wrote ... > On 12/17/2012 10:01 PM, jicman wrote: >> Greetings! >> >> I have this program that zips a file and everything works perfectly, if >> the >> files are small enough. But, I am having to zip files that are getting >> more >> and more extreme in size and I am running out o

Re: making args global

2012-04-03 Thread jic
thanks all.

Re: passing a string with the & character as an argument

2012-02-29 Thread jic
James Miller Wrote: > On 29 February 2012 20:21, Jos van Uden wrote: > > On 29-2-2012 7:06, James Miller wrote: > >> > >> On 29 February 2012 18:51, jic  wrote: > >>> > >>> > >>> Greetings! > >>> > >>&g

passing a string with the & character as an argument

2012-02-28 Thread jic
Greetings! I have this program, import std.process : system; import std.stdio; int main(char[][] args) { char[] cmd; for (int i=1;i